summaryrefslogtreecommitdiffstats
path: root/asn1/MAP-Protocol.asn
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-14 19:21:01 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-14 21:05:51 +0200
commit03be7f7e38c16b832450fdbbf7f9a89836222499 (patch)
tree7b8a1372cf39520051f767aaf3d93bd3d57880a6 /asn1/MAP-Protocol.asn
parent90278b5e7397701b608cdd0a1d724b44a6d08347 (diff)
handoverControlContext: Introduce a v2 context for the handover
The syntax used in v4.19.1 for the OPERATION is not supported. By binding the Args to ExternalSignalInfo one should end up with the right encoding. This has not been verified.
Diffstat (limited to 'asn1/MAP-Protocol.asn')
-rw-r--r--asn1/MAP-Protocol.asn28
1 files changed, 19 insertions, 9 deletions
diff --git a/asn1/MAP-Protocol.asn b/asn1/MAP-Protocol.asn
index df41a88..ae7144d 100644
--- a/asn1/MAP-Protocol.asn
+++ b/asn1/MAP-Protocol.asn
@@ -22,14 +22,20 @@ joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
purgeMS,
sendIdentification,
updateGprsLocation,
- prepareHandover,
- sendEndSignal,
- processAccessSignalling,
- forwardAccessSignalling,
- prepareSubsequentHandover,
+ prepareHandoverV2,
+ prepareHandoverV3,
+ sendEndSignalV2,
+ sendEndSignalV3,
+ processAccessSignallingV2,
+ processAccessSignallingV3,
+ forwardAccessSignallingV2,
+ processAccessSignallingV3,
+ prepareSubsequentHandoverV2,
+ prepareSubsequentHandoverV3,
sendAuthenticationInfo,
authenticationFailureReport,
- checkIMEI,
+ checkIMEIV2,
+ checkIMEIV3,
insertSubscriberDataV2,
insertSubscriberDataV3,
deleteSubscriberDataV2,
@@ -134,9 +140,13 @@ FROM MAP-LocationServiceOperations {
;
Supported-MAP-Operations OPERATION ::= {updateLocation | cancelLocationV2 |
cancelLocationV3 | purgeMS |
-sendIdentification | updateGprsLocation | prepareHandover | sendEndSignal |
-processAccessSignalling | forwardAccessSignalling | prepareSubsequentHandover |
-sendAuthenticationInfo | authenticationFailureReport | checkIMEI |
+sendIdentification | updateGprsLocation |
+prepareHandoverV2 | sendEndSignalV2 | processAccessSignallingV2 |
+forwardAccessSignallingV2 | prepareSubsequentHandoverV2 |
+prepareHandoverV3 | sendEndSignalV3 | processAccessSignallingV3 |
+forwardAccessSignallingV3 | prepareSubsequentHandoverV3 |
+sendAuthenticationInfo | authenticationFailureReport |
+checkIMEIV2 | checkIMEIV3 |
insertSubscriberDataV2 | insertSubscriberDataV3 |
deleteSubscriberDataV2 | deleteSubscriberDataV3 |
reset | forwardCheckSS-Indication | restoreData | provideSubscriberInfo |