aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map/SS-Protocol.asn
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-10 12:37:56 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-10 12:37:56 +0000
commitcdcd98e0bbcab12e1d0f517ab4b818dd2887a67c (patch)
tree0cc6de99cf916b6cf69cb00fc07664c99cf9ba80 /asn1/gsm_map/SS-Protocol.asn
parent48724e961a07b4622e25add9ad7e9d2a29e9f783 (diff)
gsmmap -> gsm_map to make directory name consistent with filenames
svn path=/trunk/; revision=30470
Diffstat (limited to 'asn1/gsm_map/SS-Protocol.asn')
-rw-r--r--asn1/gsm_map/SS-Protocol.asn54
1 files changed, 54 insertions, 0 deletions
diff --git a/asn1/gsm_map/SS-Protocol.asn b/asn1/gsm_map/SS-Protocol.asn
new file mode 100644
index 0000000000..6ac9532c0c
--- /dev/null
+++ b/asn1/gsm_map/SS-Protocol.asn
@@ -0,0 +1,54 @@
+-- $Id$
+-- 3GPP TS 24.080 V7.4.0 (2007-09)
+-- 4.5 Operations and errors implementation
+-- For the actual implementation of supplementary services, operations and errors have to be defined by value. The following ASN.1 module, imports operation from the ASN.1 module described in subclause 4.2 and operations and errors from MAP.
+
+SS-Protocol {
+ itu-t identified-organization (4) etsi (0) mobileDomain (0)
+ gsm-Access (2) modules (3) ss-Protocol (3) version10 (10)}
+
+DEFINITIONS ::=
+
+BEGIN
+
+IMPORTS
+
+OPERATION
+FROM Remote-Operations-Information-Objects {
+joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
+
+-- imports operations
+
+-- imports operation from MAP-MobileServiceOperations
+forwardCheckSS-Indication
+FROM MAP-MobileServiceOperations {
+ itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3)
+ map-MobileServiceOperations (5) version10 (10)}
+
+-- imports operations from MAP-SupplementaryServiceOperations
+registerSS, eraseSS, activateSS, deactivateSS, interrogateSS, registerPassword, getPassword,
+processUnstructuredSS-Request, unstructuredSS-Request, unstructuredSS-Notify, eraseCC-Entry
+FROM MAP-SupplementaryServiceOperations {
+ itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3)
+ map-SupplementaryServiceOperations (8) version10 (10)}
+
+-- imports operations from SS-Operations
+processUnstructuredSS-Data, notifySS, forwardChargeAdvice, buildMPTY, holdMPTY, retrieveMPTY,
+splitMPTY, explicitCT, forwardCUG-Info, accessRegisterCCEntry, callDeflection, userUserService,
+lcs-LocationNotification, lcs-MOLR, lcs-AreaEventRequest, lcs-AreaEventReport, lcs-AreaEventCancellation, lcs-PeriodicLocationRequest, lcs-LocationUpdate, lcs-PeriodicLocationCancellation
+FROM SS-Operations {
+ itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Access (2) modules (3)
+ ss-Operations (0) version10 (10)}
+
+;
+
+Supported-SS-Operations OPERATION ::= {forwardCheckSS-Indication | registerSS | eraseSS |
+ activateSS | deactivateSS | interrogateSS | registerPassword | getPassword |
+ processUnstructuredSS-Request | unstructuredSS-Request | unstructuredSS-Notify | eraseCC-Entry |
+ processUnstructuredSS-Data | notifySS | forwardChargeAdvice | buildMPTY | holdMPTY |
+ retrieveMPTY | splitMPTY | explicitCT | forwardCUG-Info | accessRegisterCCEntry |
+ callDeflection | userUserService | lcs-LocationNotification | lcs-MOLR | lcs-AreaEventRequest | lcs-AreaEventReport | lcs-AreaEventCancellation | lcs-PeriodicLocationRequest | lcs-LocationUpdate | lcs-PeriodicLocationCancellation }
+
+
+
+END