pycrate/pycrate_asn1dir/3GPP_MAP_29002/MAP-ShortMessageServiceOper...

169 lines
3.2 KiB
Plaintext
Raw Permalink Normal View History

2017-07-04 21:12:41 +00:00
MAP-ShortMessageServiceOperations {
itu-t identified-organization (4) etsi (0) mobileDomain (0)
gsm-Network (1) modules (3) map-ShortMessageServiceOperations (9)
version19 (19)}
2017-07-04 21:12:41 +00:00
DEFINITIONS
::=
BEGIN
EXPORTS
sendRoutingInfoForSM,
mo-ForwardSM,
mt-ForwardSM,
reportSM-DeliveryStatus,
alertServiceCentre,
informServiceCentre,
readyForSM,
mt-ForwardSM-VGCS
;
IMPORTS
OPERATION
FROM Remote-Operations-Information-Objects {
joint-iso-itu-t remote-operations(4)
2017-07-04 21:12:41 +00:00
informationObjects(5) version1(0)}
systemFailure,
dataMissing,
unexpectedDataValue,
facilityNotSupported,
unknownSubscriber,
unidentifiedSubscriber,
illegalSubscriber,
illegalEquipment,
teleserviceNotProvisioned,
callBarred,
subscriberBusyForMT-SMS,
sm-DeliveryFailure,
messageWaitingListFull,
absentSubscriberSM
FROM MAP-Errors {
itu-t identified-organization (4) etsi (0) mobileDomain (0)
gsm-Network (1) modules (3) map-Errors (10) version19 (19)}
2017-07-04 21:12:41 +00:00
RoutingInfoForSM-Arg,
RoutingInfoForSM-Res,
MO-ForwardSM-Arg,
MO-ForwardSM-Res,
MT-ForwardSM-Arg,
MT-ForwardSM-Res,
ReportSM-DeliveryStatusArg,
ReportSM-DeliveryStatusRes,
AlertServiceCentreArg,
InformServiceCentreArg,
ReadyForSM-Arg,
ReadyForSM-Res,
MT-ForwardSM-VGCS-Arg,
MT-ForwardSM-VGCS-Res
FROM MAP-SM-DataTypes {
itu-t identified-organization (4) etsi (0) mobileDomain (0)
gsm-Network (1) modules (3) map-SM-DataTypes (16) version19 (19)}
2017-07-04 21:12:41 +00:00
;
sendRoutingInfoForSM OPERATION ::= { --Timer m
2017-07-04 21:12:41 +00:00
ARGUMENT
RoutingInfoForSM-Arg
2017-07-04 21:12:41 +00:00
RESULT
RoutingInfoForSM-Res
2017-07-04 21:12:41 +00:00
ERRORS {
systemFailure |
dataMissing |
unexpectedDataValue |
facilityNotSupported |
unknownSubscriber |
teleserviceNotProvisioned |
callBarred |
absentSubscriberSM}
2017-07-04 21:12:41 +00:00
CODE local:45 }
mo-ForwardSM OPERATION ::= { --Timer ml
2017-07-04 21:12:41 +00:00
ARGUMENT
MO-ForwardSM-Arg
2017-07-04 21:12:41 +00:00
RESULT
MO-ForwardSM-Res
-- optional
2017-07-04 21:12:41 +00:00
ERRORS {
systemFailure |
unexpectedDataValue |
facilityNotSupported |
sm-DeliveryFailure}
2017-07-04 21:12:41 +00:00
CODE local:46 }
mt-ForwardSM OPERATION ::= { --Timer ml
2017-07-04 21:12:41 +00:00
-- the timer value may be subject to negotiation between GMSC and IP-SM-GW
ARGUMENT
MT-ForwardSM-Arg
2017-07-04 21:12:41 +00:00
RESULT
MT-ForwardSM-Res
-- optional
2017-07-04 21:12:41 +00:00
ERRORS {
systemFailure |
dataMissing |
unexpectedDataValue |
facilityNotSupported |
unidentifiedSubscriber |
illegalSubscriber |
illegalEquipment |
subscriberBusyForMT-SMS |
sm-DeliveryFailure |
absentSubscriberSM}
2017-07-04 21:12:41 +00:00
CODE local:44 }
reportSM-DeliveryStatus OPERATION ::= { --Timer s
2017-07-04 21:12:41 +00:00
ARGUMENT
ReportSM-DeliveryStatusArg
2017-07-04 21:12:41 +00:00
RESULT
ReportSM-DeliveryStatusRes
-- optional
2017-07-04 21:12:41 +00:00
ERRORS {
dataMissing |
unexpectedDataValue |
unknownSubscriber |
messageWaitingListFull}
2017-07-04 21:12:41 +00:00
CODE local:47 }
alertServiceCentre OPERATION ::= { --Timer s
2017-07-04 21:12:41 +00:00
ARGUMENT
AlertServiceCentreArg
2017-07-04 21:12:41 +00:00
RETURN RESULT TRUE
ERRORS {
systemFailure |
dataMissing |
unexpectedDataValue}
2017-07-04 21:12:41 +00:00
CODE local:64 }
informServiceCentre OPERATION ::= { --Timer s
2017-07-04 21:12:41 +00:00
ARGUMENT
InformServiceCentreArg
2017-07-04 21:12:41 +00:00
CODE local:63 }
readyForSM OPERATION ::= { --Timer m
2017-07-04 21:12:41 +00:00
ARGUMENT
ReadyForSM-Arg
2017-07-04 21:12:41 +00:00
RESULT
ReadyForSM-Res
-- optional
2017-07-04 21:12:41 +00:00
ERRORS {
dataMissing |
unexpectedDataValue |
facilityNotSupported |
unknownSubscriber}
2017-07-04 21:12:41 +00:00
CODE local:66 }
mt-ForwardSM-VGCS OPERATION ::= { --Timer ml
2017-07-04 21:12:41 +00:00
ARGUMENT
MT-ForwardSM-VGCS-Arg
2017-07-04 21:12:41 +00:00
RESULT
MT-ForwardSM-VGCS-Res
-- optional
2017-07-04 21:12:41 +00:00
ERRORS {
systemFailure |
unexpectedDataValue }
2017-07-04 21:12:41 +00:00
CODE local:21 }
2022-07-21 09:06:37 +00:00
END