aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ansi_tcap
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-18 02:48:29 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-18 02:48:29 +0000
commitb9ee9fa694935d06c050dbf3c35c55c98c386f94 (patch)
tree23aba9f7d167f8b35f4b08327ab73657bcdec105 /asn1/ansi_tcap
parent0fb41d119d04da438eac19f83360e5f610bb4049 (diff)
Remove all non-ASCII characters from all .asn files. I didn't see the harm in replacing them all as opposed to only those not copied verbatim from other sources.
svn path=/trunk/; revision=52132
Diffstat (limited to 'asn1/ansi_tcap')
-rw-r--r--asn1/ansi_tcap/TCAPPackage.asn6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/ansi_tcap/TCAPPackage.asn b/asn1/ansi_tcap/TCAPPackage.asn
index 2c3d005d66..7bd3361bf1 100644
--- a/asn1/ansi_tcap/TCAPPackage.asn
+++ b/asn1/ansi_tcap/TCAPPackage.asn
@@ -19,7 +19,7 @@ PackageType ::= CHOICE { unidirectional [PRIVATE 1] IMPLICIT UniTransactionPD
response [PRIVATE 4] IMPLICIT TransactionPDU,
conversationWithPerm [PRIVATE 5] IMPLICIT TransactionPDU,
conversationWithoutPerm [PRIVATE 6] IMPLICIT TransactionPDU,
- abort [PRIVATE 22] IMPLICIT Abort
+ abort [PRIVATE 22] IMPLICIT Abort
}
UniTransactionPDU ::= SEQUENCE {
@@ -128,7 +128,7 @@ Invoke{ InvokeID: InvokeIdSet, OPERATION: Operations } ::= SEQUENCE {
componentIDs [PRIVATE 15] IMPLICIT OCTET STRING (SIZE(0..2))
-- The invoke ID precedes the correlation id. There may be no
-- identifier,only an invoke ID, or both invoke and correlation
- --ID’s.
+ --ID's.
(CONSTRAINED BY { -- must be unambiguous -- }
! RejectProblem : invoke-duplicateInvocation )
(CONSTRAINED BY { -- correlation ID must identify an
@@ -239,4 +239,4 @@ Problem ::= INTEGER {
transaction-resourceUnavailable (1286)
}
-END -- end of the TCAPPackage Module \ No newline at end of file
+END -- end of the TCAPPackage Module