aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_bin_SUITE_data/tcapsystem/MAP-Group-Call-Operations.asn
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-08-27 11:45:30 +0200
committerErlang/OTP <[email protected]>2010-08-27 11:45:30 +0200
commit4a54b4ac3d9324e760c2839d5a224a461fd3f970 (patch)
tree7427fcfde941f50b7f1cf14454dbcd1a1001230d /lib/asn1/test/asn1_bin_SUITE_data/tcapsystem/MAP-Group-Call-Operations.asn
parent087b863947f6689ea9d47300b24528015e579dc0 (diff)
parent57f41f6da3945547436e32ef22765add14902d03 (diff)
downloadotp-4a54b4ac3d9324e760c2839d5a224a461fd3f970.tar.gz
otp-4a54b4ac3d9324e760c2839d5a224a461fd3f970.tar.bz2
otp-4a54b4ac3d9324e760c2839d5a224a461fd3f970.zip
Merge branch 'bjorn/asn1/eliminate-duplicate-data-dir' of ../bjorn_otp into HEAD
* 'bjorn/asn1/eliminate-duplicate-data-dir' of ../bjorn_otp: asn1 tests: Remove duplicated SUITE data directories
Diffstat (limited to 'lib/asn1/test/asn1_bin_SUITE_data/tcapsystem/MAP-Group-Call-Operations.asn')
-rw-r--r--lib/asn1/test/asn1_bin_SUITE_data/tcapsystem/MAP-Group-Call-Operations.asn72
1 files changed, 0 insertions, 72 deletions
diff --git a/lib/asn1/test/asn1_bin_SUITE_data/tcapsystem/MAP-Group-Call-Operations.asn b/lib/asn1/test/asn1_bin_SUITE_data/tcapsystem/MAP-Group-Call-Operations.asn
deleted file mode 100644
index 55777fec68..0000000000
--- a/lib/asn1/test/asn1_bin_SUITE_data/tcapsystem/MAP-Group-Call-Operations.asn
+++ /dev/null
@@ -1,72 +0,0 @@
-MAP-Group-Call-Operations {
- itu-t identified-organization (4) etsi (0) mobileDomain (0)
- gsm-Network (1) modules (3) map-Group-Call-Operations (22)
- version9 (9)}
-
-DEFINITIONS
-
-::=
-
-BEGIN
-
-EXPORTS
- prepareGroupCall,
- sendGroupCallEndSignal,
- forwardGroupCallSignalling,
- processGroupCallSignalling
-;
-
-IMPORTS
- OPERATION
-FROM Remote-Operations-Information-Objects {
-joint-iso-itu-t remote-operations(4)
- informationObjects(5) version1(0)}
-
- systemFailure,
- unexpectedDataValue,
- noGroupCallNumberAvailable
-FROM MAP-Errors {
- itu-t identified-organization (4) etsi (0) mobileDomain (0)
- gsm-Network (1) modules (3) map-Errors (10) version9 (9)}
-
- PrepareGroupCallArg,
- PrepareGroupCallRes,
- SendGroupCallEndSignalArg,
- SendGroupCallEndSignalRes,
- ForwardGroupCallSignallingArg,
- ProcessGroupCallSignallingArg
-FROM MAP-GR-DataTypes {
- itu-t identified-organization (4) etsi (0) mobileDomain (0)
- gsm-Network (1) modules (3) map-GR-DataTypes (23) version9 (9)}
-
-;
-
-prepareGroupCall OPERATION ::= { --Timer m
- ARGUMENT
- PrepareGroupCallArg
- RESULT
- PrepareGroupCallRes
- ERRORS {
- systemFailure |
- noGroupCallNumberAvailable |
- unexpectedDataValue}
- CODE local:39 }
-
-sendGroupCallEndSignal OPERATION ::= { --Timer l
- ARGUMENT
- SendGroupCallEndSignalArg
- RESULT
- SendGroupCallEndSignalRes
- CODE local:40 }
-
-processGroupCallSignalling OPERATION ::= { --Timer s
- ARGUMENT
- ProcessGroupCallSignallingArg
- CODE local:41 }
-
-forwardGroupCallSignalling OPERATION ::= { --Timer s
- ARGUMENT
- ForwardGroupCallSignallingArg
- CODE local:42 }
-
-END