summaryrefslogtreecommitdiffstats
path: root/src/isup_codec.erl
AgeCommit message (Expand)AuthorFilesLines
2012-04-16add compatibility clause for Erlang Public LicenseHarald Welte1-0/+14
2011-04-14ISUP codec: Add support for some 'national use' messagesHarald Welte1-0/+12
2011-04-02add exprecs compile_transform form isup, m2ua and mtp3Harald Welte1-0/+3
2011-03-11ISUP codec: fix another encoding bug regarding susp_res_indHarald Welte1-1/+1
2011-03-11ISUP: Fix 2 bugs in encoding of options / end of optionsHarald Welte1-2/+13
2011-03-11ISUP: Fix parsing of options + add support for CFN (confusion) messageHarald Welte1-7/+12
2011-03-10ISUP Codec: Fix parsing of circuit group related messagesHarald Welte1-8/+8
2011-02-09consistently use lists to represent phone number digits againHarald Welte1-5/+6
2011-02-09ISUP: Export {parse,encode}_isup_party()Harald Welte1-1/+1
2011-02-06[mgw_nat] support an entire list of SCCP mangling rulesHarald Welte1-4/+6
2011-01-23[SCCP] Add (untested) parser routines for SCCP addresses (GT/SSN/PC)Harald Welte1-1/+1
2011-01-21Add codec for 'default' messages with no fixed and no variable partHarald Welte1-0/+7
2011-01-21Make sure Optional part ends with 'End of options' zero-octetHarald Welte1-1/+1
2011-01-21Make sure a 'Variable Fixed' parameter is not re-encoded as Option againHarald Welte1-3/+6
2011-01-21[ISUP] more ISUP message encoding routinesHarald Welte1-10/+123
2011-01-21fix offsets in parsing IAM and REL messagesHarald Welte1-8/+17
2011-01-18[ISUP] more encoding/decoding routinesHarald Welte1-7/+57
2011-01-17ISUP: make it compile, parses IAM message correctlyHarald Welte1-28/+57
2011-01-16Some more ISUP decoding and encoding routines, mostly for phone numbersHarald Welte1-9/+119
2011-01-15Add some unfinished ISUP decoder routinesHarald Welte1-0/+118