diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-05-04 06:08:17 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-05-04 06:08:17 +0000 |
commit | a22b42d509f5e4236992561920b165e907f56647 (patch) | |
tree | 4dfb3300e788490a1b992f64cef6289e552dc799 /asn1/h245 | |
parent | 386af8e774855a13422e8d2403bd007ecb8f2377 (diff) | |
download | wireshark-a22b42d509f5e4236992561920b165e907f56647.tar.gz wireshark-a22b42d509f5e4236992561920b165e907f56647.tar.bz2 wireshark-a22b42d509f5e4236992561920b165e907f56647.zip |
revert changes done by mistake - keep original ASN.1 source
svn path=/trunk/; revision=21673
Diffstat (limited to 'asn1/h245')
-rw-r--r-- | asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn b/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn index b33a685d67..ebf1af3d2a 100644 --- a/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn +++ b/asn1/h245/MULTIMEDIA-SYSTEM-CONTROL.asn @@ -116,7 +116,8 @@ IndicationMessage ::= CHOICE { multilinkIndication MultilinkIndication, logicalChannelRateRelease LogicalChannelRateRelease, flowControlIndication FlowControlIndication, - mobileMultilinkReconfigurationIndication MobileMultilinkReconfigurationIndication, + mobileMultilinkReconfigurationIndication + MobileMultilinkReconfigurationIndication, genericIndication GenericMessage } |