smalltalk
/
osmo-st-gsm
Archived
1
0
Fork 0

gsm: Remove inline comment as the STInST parser hates those

This commit is contained in:
Holger Hans Peter Freyther 2013-08-14 13:43:12 +02:00
parent 4a51f03659
commit 7319b034c8
1 changed files with 0 additions and 1 deletions

View File

@ -1018,7 +1018,6 @@ GSM48SimpleData subclass: GSM48RejectCause [
causeRequestedServiceOptionNotSubscribed [ <category: 'cause'> ^ 2r00100001 ]
causeServiceOptionTemporarilyOutOfOrder [ <category: 'cause'> ^ 2r00100010 ]
causeCallCannotBeIdentified [ <category: 'cause'> ^ 2r00100110 ]
"TODO: Range of causes for re-try 2r00110000 to 2r00111111"
causeSemanticallyIncorrectMessage [ <category: 'cause'> ^ 2r01011111 ]
causeInvalidMandatoryInformation [ <category: 'cause'> ^ 2r01100000 ]
causeMessageTypeNonExistentOrNotImplemented [ <category: 'cause'> ^ 2r01100001 ]