osmith has uploaded this change for review.

View Change

(cosmetic) asn: Remove trailing whitespace

Change-Id: Ib0aaa0f37f813851e8cfe28aaa22b105b5dcac17
---
M asn/tcap.asn
1 file changed, 23 insertions(+), 23 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-asn1-tcap refs/changes/20/41020/1
diff --git a/asn/tcap.asn b/asn/tcap.asn
index 5b98942..9df2e5b 100644
--- a/asn/tcap.asn
+++ b/asn/tcap.asn
@@ -3,17 +3,17 @@

DEFINITIONS ::=

-BEGIN
+BEGIN

--EXPORTS OPERATION, ERROR, Component, InvokeId Type;
-- WS stuff
ExternalPDU ::= [UNIVERSAL 8] IMPLICIT SEQUENCE
{
oid OBJECT IDENTIFIER,
- dialog [0] IMPLICIT Dialog1
+ dialog [0] IMPLICIT Dialog1
}
-
-
+
+
Dialog1 ::= OCTET STRING
-- End WS
-- Transaction Portion fields
@@ -26,29 +26,29 @@
abort [APPLICATION 7] IMPLICIT Abort
}

-Unidirectional ::= SEQUENCE{
+Unidirectional ::= SEQUENCE{
dialoguePortion DialoguePortion OPTIONAL,
components ComponentPortion
}

-Begin ::= SEQUENCE{
+Begin ::= SEQUENCE{
otid OrigTransactionID,
dialoguePortion DialoguePortion OPTIONAL,
- components ComponentPortion OPTIONAL
+ components ComponentPortion OPTIONAL
}

-End ::= SEQUENCE{
+End ::= SEQUENCE{
dtid DestTransactionID,
dialoguePortion DialoguePortion OPTIONAL,
- components ComponentPortion OPTIONAL
+ components ComponentPortion OPTIONAL
}
-

-Continue ::= SEQUENCE {
+
+Continue ::= SEQUENCE {
otid OrigTransactionID,
dtid DestTransactionID,
dialoguePortion DialoguePortion OPTIONAL,
- components ComponentPortion OPTIONAL
+ components ComponentPortion OPTIONAL
}

Abort ::= SEQUENCE{
@@ -58,11 +58,11 @@

Reason ::= CHOICE{
p-abortCause P-AbortCause,
- u-abortCause DialoguePortion
+ u-abortCause DialoguePortion
}
-
--- NOTE - When the Abort Message is generated by the Transaction sublayer, a p-Abort Cause may be
--- present. The u-abortCause may be generated by the component sublayer in which case it is an ABRT
+
+-- NOTE - When the Abort Message is generated by the Transaction sublayer, a p-Abort Cause may be
+-- present. The u-abortCause may be generated by the component sublayer in which case it is an ABRT
-- APDU, or by the TC-User in which case it could be either an ABRT APDU or data in some user-defined
-- abstract syntax.

@@ -104,7 +104,7 @@
returnResultLast [2] IMPLICIT ReturnResult,
returnError [3] IMPLICIT ReturnError,
reject [4] IMPLICIT Reject,
- returnResultNotLast [7] IMPLICIT ReturnResult
+ returnResultNotLast [7] IMPLICIT ReturnResult
}

-- The Components are sequences of data elements.
@@ -116,7 +116,7 @@
parameter Parameter OPTIONAL }

Parameter ::= ANY
-
+
-- ANY is filled by the single ASN.1 data type following the keyword PARAMETER or the keyword ARGUMENT
-- in the type definition of a particular operation.

@@ -135,7 +135,7 @@
invokeID InvokeIdType,
errorCode ErrorCode,
parameter Parameter OPTIONAL }
-
+
-- ANY is filled by the single ASN.1 data type following the keyword PARAMETER in the type definition
-- of a particular error.

@@ -154,11 +154,11 @@

OPERATION ::= CHOICE {
localValue INTEGER,
- globalValue OBJECT IDENTIFIER }
+ globalValue OBJECT IDENTIFIER }

ERROR ::= CHOICE {
localValue INTEGER,
- globalValue OBJECT IDENTIFIER }
+ globalValue OBJECT IDENTIFIER }

-- OPERATIONS

@@ -185,7 +185,7 @@
-- shall reference an error value
--| type shall reference an error type
-- if no error value is specified
-
+
-- LinkedOperationNames ::= OperationList | empty
-- OperationList ::= Operation | OperationList "," Operation
-- Operation ::= value (OPERATION)
@@ -244,4 +244,4 @@
privateer [PRIVATE 20] IMPLICIT INTEGER
}

-END -- end of the TCAP Package Module
+END -- end of the TCAP Package Module

To view, visit change 41020. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-asn1-tcap
Gerrit-Branch: master
Gerrit-Change-Id: Ib0aaa0f37f813851e8cfe28aaa22b105b5dcac17
Gerrit-Change-Number: 41020
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-CC: daniel <dwillmann@sysmocom.de>