aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/smrse
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-02 05:21:19 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-02 05:21:19 +0000
commitb7cd5963539717be92f6132e19c5f74fd4303595 (patch)
tree86bf550e73fc0c4639d32d1ef1a18a8d8eea9235 /asn1/smrse
parent84d1d10937f8184b4adc7d8f7677eae79443259d (diff)
Fix svn properties where needed:
Remove svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15178
Diffstat (limited to 'asn1/smrse')
-rw-r--r--asn1/smrse/SMRSE.asn266
-rw-r--r--asn1/smrse/packet-smrse-template.c2
-rw-r--r--asn1/smrse/packet-smrse-template.h2
-rw-r--r--asn1/smrse/smrse.cnf2
4 files changed, 136 insertions, 136 deletions
diff --git a/asn1/smrse/SMRSE.asn b/asn1/smrse/SMRSE.asn
index f8b0c9ed52..ee11a261b4 100644
--- a/asn1/smrse/SMRSE.asn
+++ b/asn1/smrse/SMRSE.asn
@@ -1,133 +1,133 @@
-SMRS DEFINITIONS IMPLICIT TAGS ::=
-BEGIN
-
-SMR-Bind ::= SEQUENCE {
- sc-address SMS-Address,
- password Password,
- ...
-}
-
-ub-password-length INTEGER ::= 20
-
-IMSI-Address ::= OCTET STRING
-
-SMS-Address ::= SEQUENCE {
- address-type INTEGER {
- unknown-type (0),
- internat-number (1),
- national-number (2),
- net-spec-number (3),
- short-number (4)
- },
-
- numbering-plan INTEGER {
- unknown-numbering (0),
- iSDN-numbering (1),
- data-network-numbering (3),
- telex-numbering (4),
- national-numbering (8),
- private-numbering (9)
- },
-
- address-value CHOICE {
- octet-format SemiOctetString
- }
-}
-
-
-SemiOctetString ::= OCTET STRING
-
-Password ::= PrintableString
-
-SMR-Bind-Confirm ::= SEQUENCE {
- ...
-}
-
-SMR-Bind-Failure ::= SEQUENCE {
- connect-fail-reason Connect-fail,
- ...
-}
-
-Connect-fail ::= INTEGER {
- not-entitled (0),
- tmp-overload (1),
- tmp-failure (2),
- id-or-passwd (3),
- not-supported (4),
- inv-SC-addr (5)
-}
-
-SMR-Unbind ::= SEQUENCE {
- ...
-}
-
-RPDataMT ::= SEQUENCE {
- mt-priority-request BOOLEAN,
- mt-mms BOOLEAN,
- mt-message-reference RP-MR,
- mt-originating-address SMS-Address,
- mt-destination-address SMS-Address,
- mt-user-data RP-UD,
- mt-origVMSCAddr [1] SMS-Address OPTIONAL,
- mt-tariffClass [2] SM-TC OPTIONAL,
- ...
-}
-
-RPDataMO ::= SEQUENCE {
- mo-message-reference RP-MR,
- mo-originating-address SMS-Address,
- mo-user-data RP-UD,
- origVMSCAddr [1] SMS-Address OPTIONAL ,
- moimsi [2] IMSI-Address OPTIONAL,
- ...
-}
-
-RP-MR ::= INTEGER (0..65535)
-
-RP-UD ::= OCTET STRING (SIZE (1..164))
-
-SM-TC ::= INTEGER (0..65535)
-
-RPAck ::= SEQUENCE {
- message-reference RP-MR,
- ...
-}
-
-Error-reason ::= INTEGER {
- unknown-subscriber (1),
- illegal-subscriber (9),
- teleservice-not-provisioned (11),
- call-barred (13),
- cug-reject (15),
- sMS-ll-capabilities-not-prov (19),
- error-in-MS (20),
- facility-not-supported (21),
- memory-capacity-exceeded (22),
- absent-subscriber (29),
- ms-busy-for-MT-sms (30),
- system-failure (36),
- illegal-equipment (44),
- no-resp-to-paging (60),
- gMSC-congestion (61),
- dublicate-sm (70),
- sC-congestion (101),
- mS-not-SC-Subscriber (103),
- invalid-sme-address (104)
-}
-
-RPError ::= SEQUENCE {
- error-reason Error-reason,
- msg-waiting-set BOOLEAN,
- message-reference RP-MR,
- alerting-MS-ISDN [1] SMS-Address OPTIONAL,
- sm-diag-info [2] RP-UD OPTIONAL,
- ...
-}
-
-RPAlertSC ::= SEQUENCE {
- ms-address SMS-Address,
- message-reference RP-MR,
- ...
-}
-
-END
+SMRS DEFINITIONS IMPLICIT TAGS ::=
+BEGIN
+
+SMR-Bind ::= SEQUENCE {
+ sc-address SMS-Address,
+ password Password,
+ ...
+}
+
+ub-password-length INTEGER ::= 20
+
+IMSI-Address ::= OCTET STRING
+
+SMS-Address ::= SEQUENCE {
+ address-type INTEGER {
+ unknown-type (0),
+ internat-number (1),
+ national-number (2),
+ net-spec-number (3),
+ short-number (4)
+ },
+
+ numbering-plan INTEGER {
+ unknown-numbering (0),
+ iSDN-numbering (1),
+ data-network-numbering (3),
+ telex-numbering (4),
+ national-numbering (8),
+ private-numbering (9)
+ },
+
+ address-value CHOICE {
+ octet-format SemiOctetString
+ }
+}
+
+
+SemiOctetString ::= OCTET STRING
+
+Password ::= PrintableString
+
+SMR-Bind-Confirm ::= SEQUENCE {
+ ...
+}
+
+SMR-Bind-Failure ::= SEQUENCE {
+ connect-fail-reason Connect-fail,
+ ...
+}
+
+Connect-fail ::= INTEGER {
+ not-entitled (0),
+ tmp-overload (1),
+ tmp-failure (2),
+ id-or-passwd (3),
+ not-supported (4),
+ inv-SC-addr (5)
+}
+
+SMR-Unbind ::= SEQUENCE {
+ ...
+}
+
+RPDataMT ::= SEQUENCE {
+ mt-priority-request BOOLEAN,
+ mt-mms BOOLEAN,
+ mt-message-reference RP-MR,
+ mt-originating-address SMS-Address,
+ mt-destination-address SMS-Address,
+ mt-user-data RP-UD,
+ mt-origVMSCAddr [1] SMS-Address OPTIONAL,
+ mt-tariffClass [2] SM-TC OPTIONAL,
+ ...
+}
+
+RPDataMO ::= SEQUENCE {
+ mo-message-reference RP-MR,
+ mo-originating-address SMS-Address,
+ mo-user-data RP-UD,
+ origVMSCAddr [1] SMS-Address OPTIONAL ,
+ moimsi [2] IMSI-Address OPTIONAL,
+ ...
+}
+
+RP-MR ::= INTEGER (0..65535)
+
+RP-UD ::= OCTET STRING (SIZE (1..164))
+
+SM-TC ::= INTEGER (0..65535)
+
+RPAck ::= SEQUENCE {
+ message-reference RP-MR,
+ ...
+}
+
+Error-reason ::= INTEGER {
+ unknown-subscriber (1),
+ illegal-subscriber (9),
+ teleservice-not-provisioned (11),
+ call-barred (13),
+ cug-reject (15),
+ sMS-ll-capabilities-not-prov (19),
+ error-in-MS (20),
+ facility-not-supported (21),
+ memory-capacity-exceeded (22),
+ absent-subscriber (29),
+ ms-busy-for-MT-sms (30),
+ system-failure (36),
+ illegal-equipment (44),
+ no-resp-to-paging (60),
+ gMSC-congestion (61),
+ dublicate-sm (70),
+ sC-congestion (101),
+ mS-not-SC-Subscriber (103),
+ invalid-sme-address (104)
+}
+
+RPError ::= SEQUENCE {
+ error-reason Error-reason,
+ msg-waiting-set BOOLEAN,
+ message-reference RP-MR,
+ alerting-MS-ISDN [1] SMS-Address OPTIONAL,
+ sm-diag-info [2] RP-UD OPTIONAL,
+ ...
+}
+
+RPAlertSC ::= SEQUENCE {
+ ms-address SMS-Address,
+ message-reference RP-MR,
+ ...
+}
+
+END
diff --git a/asn1/smrse/packet-smrse-template.c b/asn1/smrse/packet-smrse-template.c
index f43ed566f3..ee88c94de9 100644
--- a/asn1/smrse/packet-smrse-template.c
+++ b/asn1/smrse/packet-smrse-template.c
@@ -2,7 +2,7 @@
* Routines for SMRSE Short Message Relay Service packet dissection
* Ronnie Sahlberg 2004
*
- * $Id: packet-smrse-template.c 12245 2004-10-08 20:28:04Z guy $
+ * $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/asn1/smrse/packet-smrse-template.h b/asn1/smrse/packet-smrse-template.h
index e039190f37..08f308fbeb 100644
--- a/asn1/smrse/packet-smrse-template.h
+++ b/asn1/smrse/packet-smrse-template.h
@@ -2,7 +2,7 @@
* Routines for SMRSE Short Message Relay Service packet dissection
* Ronnie Sahlberg 2004
*
- * $Id: packet-smrse-template.h 12203 2004-10-05 09:18:55Z guy $
+ * $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/asn1/smrse/smrse.cnf b/asn1/smrse/smrse.cnf
index 8c5ef834f8..e746de4b16 100644
--- a/asn1/smrse/smrse.cnf
+++ b/asn1/smrse/smrse.cnf
@@ -1,7 +1,7 @@
# smrse.cnf
# SMRSE conformation file
-# $Id: smrse.cnf 12290 2004-10-13 00:21:00Z sahlberg $
+# $Id$
#.MODULE_IMPORT