Skip to content

Commit

Permalink
Merge pull request #2 from ralfkundel/master
Browse files Browse the repository at this point in the history
Added UE Aggregate Maximum Bit Rate
  • Loading branch information
free5gc-org authored Dec 21, 2020
2 parents 4999a8f + 03430f7 commit 196de88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ngapType/ProtocolIEField.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ const (
PDUSessionResourceSetupRequestIEsPresentRANPagingPriority
PDUSessionResourceSetupRequestIEsPresentNASPDU
PDUSessionResourceSetupRequestIEsPresentPDUSessionResourceSetupListSUReq
PDUSessionResourceSetupRequestIEsPresentUEAggregateMaximumBitRate
)

type PDUSessionResourceSetupRequestIEsValue struct {
Expand All @@ -404,6 +405,7 @@ type PDUSessionResourceSetupRequestIEsValue struct {
RANPagingPriority *RANPagingPriority `aper:"referenceFieldValue:83"`
NASPDU *NASPDU `aper:"referenceFieldValue:38"`
PDUSessionResourceSetupListSUReq *PDUSessionResourceSetupListSUReq `aper:"referenceFieldValue:74"`
UEAggregateMaximumBitRate *UEAggregateMaximumBitRate `aper:"valueExt,referenceFieldValue:110"`
}

type PDUSessionResourceSetupResponseIEs struct {
Expand Down

0 comments on commit 196de88

Please sign in to comment.