blob: bf37a1fd73adf7185bb72de2826667cbb962e991 [file] [log] [blame]
Harald Weltea814f262017-07-24 13:21:35 +02001--/////////////////////////////////////////////////////////////////////////////
2-- //
3-- Copyright Test Competence Center (TCC) ETH 2016 //
4-- //
5-- The copyright to the computer program(s) herein is the property of TCC. //
6-- The program(s) may be used and/or copied only with the written permission //
7-- of TCC or in accordance with the terms and conditions stipulated in the //
8-- agreement/contract under which the program(s) has been supplied. //
9-- //
10--/////////////////////////////////////////////////////////////////////////////
11--
12-- File: SS_Protocol.asn
13-- Rev: R1B
14-- Prodnr: CNL 113 832
15-- Contact: http://ttcn.ericsson.se
16-- Reference: 3GPP TS 24.080 v13.0.0
17
18
19SS-Protocol {
20 itu-t identified-organization (4) etsi (0) mobileDomain (0)
21 gsm-Access (2) modules (3) ss-Protocol (3) version12 (12)}
22
23DEFINITIONS ::=
24
25BEGIN
26
27IMPORTS
28
29OPERATION
30FROM Remote-Operations-Information-Objects {
31joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
32
33-- imports operations
34
35-- imports operation from MAP-MobileServiceOperations
36forwardCheckSS-Indication
37FROM MAP-MobileServiceOperations {
38 itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3)
39 map-MobileServiceOperations (5) version12 (12)}
40
41-- imports operations from MAP-SupplementaryServiceOperations
42registerSS, eraseSS, activateSS, deactivateSS, interrogateSS, registerPassword, getPassword,
43processUnstructuredSS-Request, unstructuredSS-Request, unstructuredSS-Notify, eraseCC-Entry
44FROM MAP-SupplementaryServiceOperations {
45 itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3)
46 map-SupplementaryServiceOperations (8) version12 (12)}
47
48-- imports operations from SS-Operations
49processUnstructuredSS-Data, notifySS, forwardChargeAdvice, buildMPTY, holdMPTY, retrieveMPTY,
50splitMPTY, explicitCT, forwardCUG-Info, accessRegisterCCEntry, callDeflection, userUserService,
51lcs-LocationNotification, lcs-MOLR, lcs-AreaEventRequest, lcs-AreaEventReport, lcs-AreaEventCancellation, lcs-PeriodicLocationRequest, lcs-LocationUpdate, lcs-PeriodicLocationCancellation
52FROM SS-Operations {
53 itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Access (2) modules (3)
54 ss-Operations (0) version12 (12)}
55
56;
57
58Supported-SS-Operations OPERATION ::= {forwardCheckSS-Indication | registerSS | eraseSS |
59 activateSS | deactivateSS | interrogateSS | registerPassword | getPassword |
60 processUnstructuredSS-Request | unstructuredSS-Request | unstructuredSS-Notify | eraseCC-Entry |
61 processUnstructuredSS-Data | notifySS | forwardChargeAdvice | buildMPTY | holdMPTY |
62 retrieveMPTY | splitMPTY | explicitCT | forwardCUG-Info | accessRegisterCCEntry |
63 callDeflection | userUserService | lcs-LocationNotification | lcs-MOLR | lcs-AreaEventRequest | lcs-AreaEventReport | lcs-AreaEventCancellation | lcs-PeriodicLocationRequest | lcs-LocationUpdate | lcs-PeriodicLocationCancellation }
64
65
66
67END