sms: Update SM operations in the files

This commit is contained in:
Holger Hans Peter Freyther 2013-11-16 08:04:23 +01:00
parent 465aa73736
commit fa66311190
4 changed files with 14 additions and 1 deletions

View File

@ -36,6 +36,7 @@ EXPORTS
TracingBufferFullParam,
NoRoamingNbParam,
AbsentSubscriberParam,
AbsentSubscriberParamV2,
BusySubscriberParam,
NoSubscriberReplyParam,
ForwardingViolationParam,
@ -265,6 +266,8 @@ AbsentSubscriberParam ::= SEQUENCE {
...,
absentSubscriberReason [0] AbsentSubscriberReason OPTIONAL}
AbsentSubscriberParamV2 ::= BOOLEAN
AbsentSubscriberReason ::= ENUMERATED {
imsiDetach (0),
restrictedArea (1),

View File

@ -128,6 +128,7 @@ FROM MAP-SS-DataTypes {
NoRoamingNbParam,
OR-NotAllowedParam,
AbsentSubscriberParam,
AbsentSubscriberParamV2,
BusySubscriberParam,
NoSubscriberReplyParam,
CallBarredParam,
@ -302,6 +303,13 @@ absentSubscriber ERROR ::= {
-- AbsentSubscriberParam must not be used in version <3
CODE local:27 }
-- needed for sendRoutingInfoForSMV2
absentSubscriberV2 ERROR ::= {
PARAMETER
AbsentSubscriberParamV2
-- optional
CODE local:27 }
busySubscriber ERROR ::= {
PARAMETER
BusySubscriberParam

View File

@ -105,6 +105,7 @@ SM-RP-SMEA ::= OCTET STRING (SIZE (1..12))
RoutingInfoForSM-ResV2 ::= SEQUENCE {
imsi IMSI,
locationInfoWithLMSI [0] LocationInfoWithLMSI,
mwd-Set [2] BOOLEAN OPTIONAL,
...
}

View File

@ -84,7 +84,7 @@ sendRoutingInfoForSMV2 OPERATION ::= { --Timer m
ARGUMENT
RoutingInfoForSM-ArgV2
RESULT
StoredMSISDN
RoutingInfoForSM-ResV2
ERRORS {
systemFailure |
dataMissing |
@ -92,6 +92,7 @@ sendRoutingInfoForSMV2 OPERATION ::= { --Timer m
facilityNotSupported |
unknownSubscriber |
teleserviceNotProvisioned |
absentSubscriberV2 |
callBarred}
CODE local:45 }
sendRoutingInfoForSMV3 OPERATION ::= { --Timer m