# Functions
Decode decodes bytes as Message.
DecodeContextAcknowledge decodes bytes as ContextAcknowledge.
DecodeContextRequest decodes bytes as ContextRequest.
DecodeContextResponse decodes bytes as ContextResponse.
DecodeCreateBearerRequest decodes bytes as CreateBearerRequest.
DecodeCreateBearerResponse decodes bytes as CreateBearerResponse.
DecodeCreateSessionRequest decodes bytes as CreateSessionRequest.
DecodeCreateSessionResponse decodes bytes as CreateSessionResponse.
DecodeDeleteBearerRequest decodes bytes as DeleteBearerRequest.
DecodeDeleteBearerResponse decodes bytes as DeleteBearerResponse.
DecodeDeleteSessionRequest decodes bytes as DeleteSessionRequest.
DecodeDeleteSessionResponse decodes bytes as DeleteSessionResponse.
DecodeEchoRequest decodes bytes as EchoRequest.
DecodeEchoResponse decodes bytes as EchoResponse.
DecodeGeneric decodes bytes as Generic.
DecodeHeader decodes bytes as Header.
DecodeModifyAccessBearersRequest decodes bytes as ModifyAccessBearersRequest.
DecodeModifyAccessBearersResponse decodes bytes as ModifyAccessBearersResponse.
DecodeModifyBearerRequest decodes bytes as ModifyBearerRequest.
DecodeModifyBearerResponse decodes bytes as ModifyBearerResponse.
DecodeReleaseAccessBearersRequest decodes bytes as ReleaseAccessBearersRequest.
DecodeReleaseAccessBearersResponse decodes bytes as ReleaseAccessBearersResponse.
DecodeStopPagingIndication decodes bytes as StopPagingIndication.
DecodeVersionNotSupportedIndication decodes bytes as VersionNotSupportedIndication.
Marshal returns the byte sequence generated from a Message instance.
NewChangeNotificationRequest creates a new ChangeNotificationRequest.
NewChangeNotificationResponse creates a new ChangeNotificationResponse.
NewContextAcknowledge creates a new ContextAcknowledge.
NewContextRequest creates a new ContextRequest.
NewContextResponse creates a new ContextResponse.
NewCreateBearerRequest creates a new CreateBearerRequest.
NewCreateBearerResponse creates a new CreateBearerResponse.
NewCreateSessionRequest creates a new CreateSessionRequest.
NewCreateSessionResponse creates a new CreateSessionResponse.
NewDeleteBearerCommand creates a new DeleteBearerCommand.
NewDeleteBearerFailureIndication creates a new DeleteBearerFailureIndication.
NewDeleteBearerRequest creates a new DeleteBearerRequest.
NewDeleteBearerResponse creates a new DeleteBearerResponse.
NewDeletePDNConnectionSetRequest creates a new DeletePDNConnectionSetRequest.
NewDeletePDNConnectionSetResponse creates a new DeletePDNConnectionSetResponse.
NewDeleteSessionRequest creates a new DeleteSessionRequest.
NewDeleteSessionResponse creates a new DeleteSessionResponse.
NewDetachAcknowledge creates a new DetachAcknowledge.
NewDetachNotification creates a new DetachNotification.
NewDownlinkDataNotification creates a new DownlinkDataNotification.
NewDownlinkDataNotificationAcknowledge creates a new DownlinkDataNotificationAcknowledge.
NewDownlinkDataNotificationFailureIndication creates a new DownlinkDataNotificationFailureIndication.
NewEchoRequest creates a new EchoRequest.
NewEchoResponse creates a new EchoResponse.
NewGeneric creates a new Generic.
NewGenericWithoutTEID creates a new Generic.
NewHeader creates a new Header.
NewHeaderFlags returns a Header Flag built by its components given as arguments.
NewModifyAccessBearersRequest creates a new ModifyAccessBearersRequest.
NewModifyAccessBearersResponse creates a new ModifyAccessBearersResponse.
NewModifyBearerCommand creates a new ModifyBearerCommand.
NewModifyBearerFailureIndication creates a new ModifyBearerFailureIndication.
NewModifyBearerRequest creates a new ModifyBearerRequest.
NewModifyBearerResponse creates a new ModifyBearerResponse.
NewPGWRestartNotification creates a new PGWRestartNotification.
NewPGWRestartNotificationAcknowledge creates a new PGWRestartNotificationAcknowledge.
NewReleaseAccessBearersRequest creates a new ReleaseAccessBearersRequest.
NewReleaseAccessBearersResponse creates a new ReleaseAccessBearersResponse.
NewResumeAcknowledge creates a new ResumeAcknowledge.
NewResumeNotification creates a new ResumeNotification.
NewStopPagingIndication creates a new StopPagingIndication.
NewSuspendAcknowledge creates a new SuspendAcknowledge.
NewSuspendNotification creates a new SuspendNotification.
NewUpdateBearerRequest creates a new UpdateBearerRequest.
NewUpdateBearerRequest creates a new UpdateBearerRequest.
NewUpdatePDNConnectionSetRequest creates a new UpdatePDNConnectionSetRequest.
NewUpdatePDNConnectionSetResponse creates a new UpdatePDNConnectionSetResponse.
NewVersionNotSupportedIndication creates a new VersionNotSupportedIndication.
Parse decodes the given bytes as Message.
ParseChangeNotificationRequest decodes given bytes as ChangeNotificationRequest.
ParseChangeNotificationResponse decodes given bytes as ChangeNotificationResponse.
ParseContextAcknowledge decodes given bytes as ContextAcknowledge.
ParseContextRequest decodes given bytes as ContextRequest.
ParseContextResponse decodes given bytes as ContextResponse.
ParseCreateBearerRequest decodes given bytes as CreateBearerRequest.
ParseCreateBearerResponse decodes given bytes as CreateBearerResponse.
ParseCreateSessionRequest decodes given bytes as CreateSessionRequest.
ParseCreateSessionResponse decodes given bytes as CreateSessionResponse.
ParseDeleteBearerCommand decodes given bytes as DeleteBearerCommand.
ParseDeleteBearerFailureIndication decodes given bytes as DeleteBearerFailureIndication.
ParseDeleteBearerRequest decodes given bytes as DeleteBearerRequest.
ParseDeleteBearerResponse decodes given bytes as DeleteBearerResponse.
ParseDeletePDNConnectionSetRequest decodes given bytes as DeletePDNConnectionSetRequest.
ParseDeletePDNConnectionSetResponse decodes a given byte sequence as a DeletePDNConnectionSetResponse.
ParseDeleteSessionRequest decodes given bytes as DeleteSessionRequest.
ParseDeleteSessionResponse decodes given bytes as DeleteSessionResponse.
ParseDetachAcknowledge decodes a given byte sequence as a DetachAcknowledge.
ParseDetachNotification decodes given bytes as DetachNotification.
ParseDownlinkDataNotification decodes given bytes as DownlinkDataNotification.
ParseDownlinkDataNotificationAcknowledge decodes given bytes as DownlinkDataNotificationAcknowledge.
ParseDownlinkDataNotificationFailureIndication decodes given bytes as DownlinkDataNotificationFailureIndication.
ParseEchoRequest decodes a given byte sequence as a EchoRequest.
ParseEchoResponse decodes a given byte sequence as a EchoResponse.
ParseGeneric decodes a given byte sequence as a Generic.
ParseHeader decodes given byte sequence as a GTPv2 header.
ParseModifyAccessBearersRequest decodes given bytes as ModifyAccessBearersRequest.
ParseModifyAccessBearersResponse decodes given bytes as ModifyAccessBearersResponse.
ParseModifyBearerCommand decodes given bytes as ModifyBearerCommand.
ParseModifyBearerFailureIndication decodes given bytes as ModifyBearerFailureIndication.
ParseModifyBearerRequest decodes given bytes as ModifyBearerRequest.
ParseModifyBearerResponse decodes given bytes as ModifyBearerResponse.
ParsePGWRestartNotification decodes given bytes as PGWRestartNotification.
ParsePGWRestartNotificationAcknowledge decodes given bytes as PGWRestartNotificationAcknowledge.
ParseReleaseAccessBearersRequest decodes given bytes as ReleaseAccessBearersRequest.
ParseReleaseAccessBearersResponse decodes given bytes as ReleaseAccessBearersResponse.
ParseResumeAcknowledge decodes given bytes as ResumeAcknowledge.
ParseResumeNotification decodes given bytes as ResumeNotification.
ParseStopPagingIndication decodes given bytes as StopPagingIndication.
ParseSuspendAcknowledge decodes given bytes as SuspendAcknowledge.
ParseSuspendNotification decodes given bytes as SuspendNotification.
ParseUpdateBearerRequest decodes given bytes as UpdateBearerRequest.
ParseUpdateBearerResponse decodes given bytes as UpdateBearerResponse.
ParseUpdatePDNConnectionSetRequest decodes given bytes as UpdatePDNConnectionSetRequest.
ParseUpdatePDNConnectionSetResponse decodes a given byte sequence as a UpdatePDNConnectionSetResponse.
ParseVersionNotSupportedIndication decodes given bytes as VersionNotSupportedIndication.
Prettify returns a Message in prettified representation in string.
Serialize serializes Message into bytes.
# Constants
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
Message Type definitions.
# Structs
ChangeNotificationRequest is a ChangeNotificationRequest Header and its IEs above.
ChangeNotificationResponse is a ChangeNotificationResponse Header and its IEs above.
ContextAcknowledge is a ContextAcknowledge Header and its IEs above.
ContextRequest is a ContextRequest Header and its IEs above.
ContextResponse is a ContextResponse Header and its IEs above.
CreateBearerRequest is a CreateBearerRequest Header and its IEs above.
CreateBearerResponse is a CreateBearerResponse Header and its IEs above.
CreateSessionRequest is a CreateSessionRequest Header and its IEs above.
CreateSessionResponse is a CreateSessionResponse Header and its IEs above.
DeleteBearerCommand is a DeleteBearerCommand Header and its IEs above.
DeleteBearerFailureIndication is a DeleteBearerFailureIndication Header and its IEs above.
DeleteBearerRequest is a DeleteBearerRequest Header and its IEs above.
DeleteBearerResponse is a DeleteBearerResponse Header and its IEs above.
DeletePDNConnectionSetRequest is a DeletePDNConnectionSetRequest Header and its IEs above.
DeletePDNConnectionSetResponse is a DeletePDNConnectionSetResponse Header and its IEs above.
DeleteSessionRequest is a DeleteSessionRequest Header and its IEs above.
DeleteSessionResponse is a DeleteSessionResponse Header and its IEs above.
DetachAcknowledge is a DetachAcknowledge Header and its IEs above.
DetachNotification is a DetachNotification Header and its IEs above.
DownlinkDataNotification is a DownlinkDataNotification Header and its IEs above.
DownlinkDataNotificationAcknowledge is a DownlinkDataNotificationAcknowledge Header and its IEs above.
DownlinkDataNotificationFailureIndication is a DownlinkDataNotificationFailureIndication Header and its IEs above.
EchoRequest is a EchoRequest Header and its IEs above.
EchoResponse is a EchoResponse Header and its IEs above.
Generic is a Generic formed GTP Header and its IEs above.
Header is a GTPv2 common header.
ModifyAccessBearersRequest is a ModifyAccessBearersRequest Header and its IEs above.
ModifyAccessBearersResponse is a ModifyAccessBearersResponse Header and its IEs above.
ModifyBearerCommand is a ModifyBearerCommand Header and its IEs above.
ModifyBearerFailureIndication is a ModifyBearerFailureIndication Header and its IEs above.
ModifyBearerRequest is a ModifyBearerRequest Header and its IEs above.
ModifyBearerResponse is a ModifyBearerResponse Header and its IEs above.
PGWRestartNotification is a PGWRestartNotification Header and its IEs above.
PGWRestartNotificationAcknowledge is a PGWRestartNotificationAcknowledge Header and its IEs above.
ReleaseAccessBearersRequest is a ReleaseAccessBearersRequest Header and its IEs above.
ReleaseAccessBearersResponse is a ReleaseAccessBearersResponse Header and its IEs above.
ResumeAcknowledge is a ResumeAcknowledge Header and its Cause and Private Extension IEs.
ResumeNotification is a ResumeNotification Header and its IEs.
StopPagingIndication is a StopPagingIndication Header and its IEs above.
SuspendAcknowledge is a SuspendAcknowledge Header and its IEs above.
SuspendNotification is a SuspendNotification Header and its IEs above.
UpdateBearerRequest is a UpdateBearerRequest Header and its IEs above.
UpdateBearerResponse is a UpdateBearerResponse Header and its IEs above.
UpdatePDNConnectionSetRequest is a UpdatePDNConnectionSetRequest Header and its IEs above.
UpdatePDNConnectionSetResponse is a UpdatePDNConnectionSetResponse Header and its IEs above.
VersionNotSupportedIndication is a VersionNotSupportedIndication Header and its IEs above.
# Interfaces
Message is an interface that defines GTPv2 message.