Skip to content

Commit

Permalink
Update the Reference Field Value for UERetentionInformation (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-ywliu authored Feb 24, 2021
1 parent cbe6045 commit cee8146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ngapType/ProtocolIEField.go
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ type NGSetupRequestIEsValue struct {
RANNodeName *RANNodeName `aper:"referenceFieldValue:82"`
SupportedTAList *SupportedTAList `aper:"referenceFieldValue:102"`
DefaultPagingDRX *PagingDRX `aper:"referenceFieldValue:21"`
UERetentionInformation *UERetentionInformation /* Do not find the Reference Field Value */
UERetentionInformation *UERetentionInformation `aper:"referenceFieldValue:147"`
}

type NGSetupResponseIEs struct {
Expand All @@ -1425,7 +1425,7 @@ type NGSetupResponseIEsValue struct {
RelativeAMFCapacity *RelativeAMFCapacity `aper:"referenceFieldValue:86"`
PLMNSupportList *PLMNSupportList `aper:"referenceFieldValue:80"`
CriticalityDiagnostics *CriticalityDiagnostics `aper:"valueExt,referenceFieldValue:19"`
UERetentionInformation *UERetentionInformation /* Do not find the Reference Field Value */
UERetentionInformation *UERetentionInformation `aper:"referenceFieldValue:147"`
}

type NGSetupFailureIEs struct {
Expand Down

0 comments on commit cee8146

Please sign in to comment.