diff --git a/GSM48.st b/GSM48.st index 1eca921..97cb188 100644 --- a/GSM48.st +++ b/GSM48.st @@ -1018,7 +1018,6 @@ GSM48SimpleData subclass: GSM48RejectCause [ causeRequestedServiceOptionNotSubscribed [ ^ 2r00100001 ] causeServiceOptionTemporarilyOutOfOrder [ ^ 2r00100010 ] causeCallCannotBeIdentified [ ^ 2r00100110 ] - "TODO: Range of causes for re-try 2r00110000 to 2r00111111" causeSemanticallyIncorrectMessage [ ^ 2r01011111 ] causeInvalidMandatoryInformation [ ^ 2r01100000 ] causeMessageTypeNonExistentOrNotImplemented [ ^ 2r01100001 ]