aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map/MAP-MobileServiceOperations.asn
AgeCommit message (Collapse)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-542/+0
Change-Id: I1208fe3c2ba428995526f561e8f792b8d871e9a9 Reviewed-on: https://code.wireshark.org/review/14388 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: João Valverde <j@v6e.pt>
2016-02-02[GSM MAP] Update to V13.2.0 (2015-12)AndersBroman1-4/+4
Change-Id: I2cc8b1c4094f2781c7674a22836ec8de4e24ca0d Reviewed-on: https://code.wireshark.org/review/13665 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-01-15Update to version V12.3.0 (2013-12).Anders Broman1-4/+4
svn path=/trunk/; revision=54815
2013-03-08Update to V11.5.0 (2012-12).Anders Broman1-1/+33
svn path=/trunk/; revision=48195
2011-10-12Update the Camel and MAP ASN.1 files.Anders Broman1-4/+4
svn path=/trunk/; revision=39386
2010-11-08Update to 3GPP TS 29.002 V9.3.0 (2010-09)Anders Broman1-4/+4
svn path=/trunk/; revision=34814
2010-08-29Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg Anders Broman1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5076 Use: /* * Dissect Multiple Choice Message * This function is used to decode a message, when several encoding may be used. * For exemple, in the last MAP version, the Cancel Location is defined like this: * CancelLocationArg ::= [3] IMPLICIT SEQUENCE * But in the previous MAP version, it was a CHOICE between a SEQUENCE and an IMSI * As ASN1 encoders (or software) still uses the old encoding, this function allows * the decoding of both versions. * Moreover, some optimizations (or bad practice ?) in ASN1 encoder, removes the * SEQUENCE tag, when only one parameter is present in the SEQUENCE. * This explain why the function expects 3 parameters: * - a [3] SEQUENCE corresponding the recent ASN1 MAP encoding * - a SEQUENCE for old style * - and a single parameter, for old version or optimizations * * The analyze of the first ASN1 tag, indicate what kind of decoding should be used, * if the decoding function is provided (so not a NULL function) */ svn path=/trunk/; revision=34001
2010-04-19Update to V9.1.0 (2010-03).Anders Broman1-1/+1
svn path=/trunk/; revision=32509
2010-01-01Update to V9.0.0 (2009-12)Anders Broman1-2/+1
svn path=/trunk/; revision=31404
2009-10-10gsmmap -> gsm_map to make directory name consistent with filenamesKovarththanan Rajaratnam1-0/+512
svn path=/trunk/; revision=30470