Skip to content
Commits on Source (6)
......@@ -608,7 +608,8 @@ SGSNMTLCSRecord ::= SET
recordExtensions [26] ManagementExtensions OPTIONAL,
causeForRecClosing [27] CauseForRecClosing,
servingNodePLMNIdentifier [28] PLMN-Id OPTIONAL,
cNOperatorSelectionEnt [29] CNOperatorSelectionEntity OPTIONAL
cNOperatorSelectionEnt [29] CNOperatorSelectionEntity OPTIONAL,
satelliteStoreAndForwardInformation [30] SatelliteStoreAndForwardInformation OPTIONAL
}
SGSNMOLCSRecord ::= SET
......@@ -640,7 +641,8 @@ SGSNMOLCSRecord ::= SET
recordExtensions [24] ManagementExtensions OPTIONAL,
causeForRecClosing [25] CauseForRecClosing,
servingNodePLMNIdentifier [26] PLMN-Id OPTIONAL,
cNOperatorSelectionEnt [27] CNOperatorSelectionEntity OPTIONAL
cNOperatorSelectionEnt [27] CNOperatorSelectionEntity OPTIONAL,
satelliteStoreAndForwardInformation [30] SatelliteStoreAndForwardInformation OPTIONAL
}
SGSNNILCSRecord ::= SET
......@@ -1296,6 +1298,13 @@ ResultCode ::= INTEGER
-- see Result-Code AVP as used in 32.299 [40]
--
SatelliteStoreAndForwardInformation ::= SEQUENCE
{
storeAndForwardIndicator [0] BOOLEAN OPTIONAL,
satelliteIDList [1] SEQUENCE OF SatelliteID OPTIONAL
}
SecondaryRATType ::= INTEGER
{
nR (0) -- New Radio 5G
......