aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel/camel.asn
AgeCommit message (Collapse)AuthorFilesLines
2007-02-17From Florent Drouin:Anders Broman1-51/+256
Update the Camel dissector to have the same structure as the gsm map dissector. Now the dissector correctly handles the Tcap return error component. Some improvement have been made for ApplyChargingReport too. svn path=/trunk/; revision=20835
2006-12-19From Florent Drouin:Anders Broman1-76/+168
Update the Camel ASN1 definition to version 3GPP TS 29.078 7.3.0 Release 7. Some definitions for element SIZE have been replaced to use the capSpecificBound variables, and some decoding problemes, like for Establish temporary connection have been solved. I did notice that the CalledPartyBCDNumber (ISDN-AddressString (1..9) ) is not inline with the last definition (1..41), but I did not update it. svn path=/trunk/; revision=20153
2006-10-26Fix more Ubuntu warnings.Anders Broman1-67/+49
svn path=/trunk/; revision=19711
2006-10-25Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.Anders Broman1-263/+4
svn path=/trunk/; revision=19688
2006-08-21From Florent Drouin:Anders Broman1-2/+2
This patch introduce the decoding of the RP-Cause element in the Release SMS message for Camel. svn path=/trunk/; revision=18986
2006-01-31Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=17131
2006-01-20Dissect:Anders Broman1-37/+34
- PDPcontext - GSN-Address - QoS svn path=/trunk/; revision=17061
2005-12-06Dissect Cause and use %(DEFAULT_BODY)s use import for IMSI.Anders Broman1-11/+3
svn path=/trunk/; revision=16701
2005-11-29ISUP - Export functions used by INAP and CamelAnders Broman1-3/+4
Gsmmap - Export asn1 structs used by Camel Camel - Use functions from GSMMAp and ISUP INAP - Rewrite of the asn1 code to correspond more to CS1 data types Let ISUP and Q931 dissect apropriate stuff. svn path=/trunk/; revision=16624
2005-11-25Update the Camel asn1 spec to 3GPP TS 29.078 version 6.4.0 and export needed ↵Anders Broman1-321/+1000
stuff from gsmmap svn path=/trunk/; revision=16587
2005-11-02From TimAnders Broman1-35/+35
A small patch for camel and inap, where the linkedid doesn't get dissected correctly in camel or inap and some tidy up in the camel asn.1 which now compiles with no warnings. also fix the copy_file target (/y) svn path=/trunk/; revision=16376
2005-08-19add the $Id:$Luis Ontanon1-0/+2
svn path=/trunk/; revision=15432
2005-05-08From Javier Acuna:Anders Broman1-13/+17
Added some code to dissect DateAndTime. svn path=/trunk/; revision=14327
2005-05-02Add dissection of Q.850 cause.Anders Broman1-2/+3
svn path=/trunk/; revision=14274
2005-04-15From Olivier Jacques:Anders Broman1-727/+810
- Adds callingPartyNumber and CalledPartyNumber parameter dissection uing ISUP dissector - Adds IMSI and ISDN-AddressString parameter dissection - A lot of changes in the .asn file to sort it, handle more parameters and error codes - contributed by Javier Acuna [javier.acuna@sixbell.cl] svn path=/trunk/; revision=14087
2005-03-22Initial checkin of a camel dissector.Anders Broman1-0/+2469
svn path=/trunk/; revision=13864