Commit e9d0b385 authored by liuyiyingyi's avatar liuyiyingyi
Browse files

No commit message

No commit message
parent 11b11a36
Loading
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -113,7 +113,8 @@ CPDTSNNRecord ::= SET
	aPNRateControl					[22] APNRateControl OPTIONAL,
	rATType							[23] RATType OPTIONAL,
	servingNodePLMNIdentifier		[24] PLMN-Id OPTIONAL,
	servedIMEI						[25] IMEI OPTIONAL
	servedIMEI						[25] IMEI OPTIONAL,
	satelliteStoreAndForwardInformation	[28] SatelliteStoreAndForwardInformation OPTIONAL
}


@@ -173,4 +174,11 @@ SubmissionResultCode ::= INTEGER
-- for MO/MT data transfer
--

SatelliteStoreAndForwardInformation 	::= SEQUENCE
{
	storeAndForwardIndicator		[0] BOOLEAN OPTIONAL,
	satelliteIDList					[1] SEQUENCE Of SatelliteID OPTIONAL

}

END           
 No newline at end of file