summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-26 13:43:06 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-26 13:43:06 +0100
commit952701b8b8d64ba22e77b1491a308f6a3720a18b (patch)
tree01798af48524c49d7438e6469eec40ea67de0673
parent7c44e099c286a4481cfbc186a4e05e4de0ea838d (diff)
MAP Protocol: Include SS Operations in supported MAP operations
Otherwise, decoding stuff like lcs-MOLR will fail
-rw-r--r--asn1/MAP-Protocol.asn11
1 files changed, 10 insertions, 1 deletions
diff --git a/asn1/MAP-Protocol.asn b/asn1/MAP-Protocol.asn
index 1edfa0a..2a0a084 100644
--- a/asn1/MAP-Protocol.asn
+++ b/asn1/MAP-Protocol.asn
@@ -139,7 +139,16 @@ sendRoutingInfoForSM | mo-ForwardSM | mt-ForwardSM | reportSM-DeliveryStatus |
alertServiceCentre | informServiceCentre | readyForSM | prepareGroupCall |
processGroupCallSignalling | forwardGroupCallSignalling | sendGroupCallEndSignal |
provideSubscriberLocation | sendRoutingInfoForLCS | subscriberLocationReport |
-releaseResources | mt-ForwardSM-VGCS | sendGroupCallInfo }
+releaseResources | mt-ForwardSM-VGCS | sendGroupCallInfo
+-- Add SS-Operations [HW]
+| processUnstructuredSS-Data | notifySS | forwardChargeAdvice | forwardCUG-Info
+| buildMPTY | holdMPTY | retrieveMPTY | splitMPTY | explicitCT
+| accessRegisterCCEntry | callDeflection | userUserService
+| lcs-LocationNotification | lcs-MOLR | lcs-AreaEventRequest | lcs-AreaEventReport
+| lcs-AreaEventCancellation | lcs-PeriodicLocationRequest | lcs-LocationUpdate
+| lcs-PeriodicLocationCancellation
+-- End [HW]
+}