Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / gsm_map / SS-Protocol.asn
blob734d28ea1909cf8c9f0c7bc71d817e23c23b86fd
1 -- 3GPP TS 24.080 V18.4.0 (2024-09)
2 -- 4.5  Operations and errors implementation
3 -- 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 SS-Protocol {
6    itu-t identified-organization (4) etsi (0) mobileDomain (0)
7    gsm-Access (2) modules (3) ss-Protocol (3) version17 (17)}
9 DEFINITIONS ::=
11 BEGIN
13 IMPORTS
15 OPERATION
16 FROM Remote-Operations-Information-Objects {
17 joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
19 -- imports operations
21 -- imports operation from MAP-MobileServiceOperations
22 forwardCheckSS-Indication
23 FROM MAP-MobileServiceOperations {
24    itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3)
25    map-MobileServiceOperations (5) version21 (21)}
27 -- imports operations from MAP-SupplementaryServiceOperations
28 registerSS, eraseSS, activateSS, deactivateSS, interrogateSS, registerPassword, getPassword,
29 processUnstructuredSS-Request, unstructuredSS-Request, unstructuredSS-Notify, eraseCC-Entry
30 FROM MAP-SupplementaryServiceOperations {
31    itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3)
32    map-SupplementaryServiceOperations (8) version21 (21)}
34 -- imports operations from SS-Operations
35 processUnstructuredSS-Data, notifySS, forwardChargeAdvice, buildMPTY, holdMPTY, retrieveMPTY,
36 splitMPTY, explicitCT, forwardCUG-Info, accessRegisterCCEntry, callDeflection, userUserService,
37 lcs-LocationNotification, lcs-MOLR, lcs-SLMOLR, lcs-AreaEventRequest, lcs-AreaEventReport,
38 lcs-AreaEventCancellation, lcs-PeriodicLocationRequest, lcs-LocationUpdate,
39 lcs-PeriodicLocationCancellation, lcs-PeriodicTriggeredInvoke, lcs-EventReport,
40 lcs-CancelDeferredLocation, lcs-SLMTLR, lcs-DLRSPPTransport, lcs-ULRSPPTransport
41 FROM SS-Operations {
42    itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Access (2) modules (3)
43    ss-Operations (0) version17 (17)}
47 Supported-SS-Operations OPERATION ::= {forwardCheckSS-Indication | registerSS | eraseSS |
48         activateSS | deactivateSS | interrogateSS | registerPassword | getPassword |
49         processUnstructuredSS-Request | unstructuredSS-Request | unstructuredSS-Notify | eraseCC-Entry |
50         processUnstructuredSS-Data | notifySS | forwardChargeAdvice | buildMPTY | holdMPTY |
51         retrieveMPTY | splitMPTY | explicitCT | forwardCUG-Info | accessRegisterCCEntry |
52         callDeflection | userUserService | lcs-LocationNotification | lcs-MOLR | lcs-SLMOLR | lcs-AreaEventRequest |
53         lcs-AreaEventReport | lcs-AreaEventCancellation | lcs-PeriodicLocationRequest |
54         lcs-LocationUpdate | lcs-PeriodicLocationCancellation | lcs-PeriodicTriggeredInvoke |
55         lcs-EventReport | lcs-CancelDeferredLocation | lcs-SLMTLR | lcs-DLRSPPTransport | lcs-ULRSPPTransport }
59 END