Dissect V1 version , found in trace from:
[obnox/wireshark/wip.git] / asn1 / gsm_map / SS-Protocol.asn
1 -- $Id$
2 -- 3GPP TS 24.080 V9.1.0 (2010-03)
3 -- 4.5  Operations and errors implementation
4 -- 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. 
5
6 SS-Protocol {
7    itu-t identified-organization (4) etsi (0) mobileDomain (0)
8    gsm-Access (2) modules (3) ss-Protocol (3) version10 (10)}
9
10 DEFINITIONS ::=
11
12 BEGIN
13
14 IMPORTS
15
16 OPERATION
17 FROM Remote-Operations-Information-Objects {
18 joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
19
20 -- imports operations
21
22 -- imports operation from MAP-MobileServiceOperations
23 forwardCheckSS-Indication
24 FROM MAP-MobileServiceOperations {
25    itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3)
26    map-MobileServiceOperations (5) version10 (10)}
27
28 -- imports operations from MAP-SupplementaryServiceOperations
29 registerSS, eraseSS, activateSS, deactivateSS, interrogateSS, registerPassword, getPassword,
30 processUnstructuredSS-Request, unstructuredSS-Request, unstructuredSS-Notify, eraseCC-Entry
31 FROM MAP-SupplementaryServiceOperations {
32    itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3)
33    map-SupplementaryServiceOperations (8) version10 (10)}
34
35 -- imports operations from SS-Operations
36 processUnstructuredSS-Data, notifySS, forwardChargeAdvice, buildMPTY, holdMPTY, retrieveMPTY,
37 splitMPTY, explicitCT, forwardCUG-Info, accessRegisterCCEntry, callDeflection, userUserService,
38 lcs-LocationNotification, lcs-MOLR, lcs-AreaEventRequest, lcs-AreaEventReport, lcs-AreaEventCancellation, lcs-PeriodicLocationRequest, lcs-LocationUpdate, lcs-PeriodicLocationCancellation
39 FROM SS-Operations {
40    itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Access (2) modules (3)
41    ss-Operations (0) version10 (10)} 
42
43 ;
44
45 Supported-SS-Operations OPERATION ::= {forwardCheckSS-Indication | registerSS | eraseSS | 
46         activateSS | deactivateSS | interrogateSS | registerPassword | getPassword | 
47         processUnstructuredSS-Request | unstructuredSS-Request | unstructuredSS-Notify | eraseCC-Entry | 
48         processUnstructuredSS-Data | notifySS | forwardChargeAdvice | buildMPTY | holdMPTY | 
49         retrieveMPTY | splitMPTY | explicitCT | forwardCUG-Info | accessRegisterCCEntry | 
50         callDeflection | userUserService | lcs-LocationNotification | lcs-MOLR | lcs-AreaEventRequest | lcs-AreaEventReport | lcs-AreaEventCancellation | lcs-PeriodicLocationRequest | lcs-LocationUpdate | lcs-PeriodicLocationCancellation }
51
52
53
54 END