eap5g

package
v0.0.0-...-701375f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Emergency          = 0
	HighPriorityAccess = 1
	Mo_Signalling      = 3
	Mo_Data            = 4
	Mps_PriorityAccess = 8
	Mcs_PriorityAccess = 9
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ANParameterType

type ANParameterType uint8
const (
	TypeGUAMI ANParameterType = 1 + iota
	TypePLMNID
	TypeNSSAI
	TypeEstabCause
	TypeNID
	TypeUEID
)

type EstablishmentCause

type EstablishmentCause uint8

type GUAMI

type GUAMI struct {
	PLMNID PLMNID
	AMFID  string
}

func (*GUAMI) Decode

func (g *GUAMI) Decode() ([]byte, error)

func (*GUAMI) Encode

func (g *GUAMI) Encode(guamiValue []byte) error

type NID

type NID struct {
	AssignmentMode string // len() ==  1
	NID            string // len() == 10
}

func (*NID) Decode

func (n *NID) Decode() ([]byte, error)

func (*NID) Encode

func (n *NID) Encode(nidValue []byte) error

type NSSAI

type NSSAI []*SNSSAI

func (NSSAI) Decode

func (n NSSAI) Decode() ([]byte, error)

func (*NSSAI) Encode

func (n *NSSAI) Encode(nssaiValue []byte) error

type PLMNID

type PLMNID string

func (PLMNID) Decode

func (p PLMNID) Decode() ([]byte, error)

func (*PLMNID) Encode

func (p *PLMNID) Encode(plmnIDValue []byte) error

type SNSSAI

type SNSSAI struct {
	SST            uint8
	SD             string
	MappedHPLMNSST *uint8
	MappedHPLMNSD  string
}

func (*SNSSAI) Decode

func (s *SNSSAI) Decode() ([]byte, error)

func (*SNSSAI) Encode

func (s *SNSSAI) Encode(snssaiValue []byte) error

type UEID

type UEID []byte

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL