summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-27map_helper: We now ned the string of the type, not an atomHEADmasterHarald Welte1-37/+37
2013-07-14map_helper: fix typo / copy+paste errorHarald Welte1-2/+2
2013-07-14fix syntax errorHarald Welte1-1/+1
2013-07-14add map_operations.hrl as well as rec4op/class4op/timer4opHarald Welte2-1/+209
2013-01-26map_codec_tests: Adapt to new xua_codec based m2ua_codecHarald Welte1-1/+1
2012-05-28add more tcap related helper functionsHarald Welte1-0/+45
2012-04-16add Erlang Public License compatibility noticeHarald Welte3-0/+42
2012-02-25Corrected bogus module identifier number.Norbert Hartl1-1/+1
2012-02-21add missing modulesHarald Welte3-0/+403
2012-02-21remove map_as_server and make module compile againHarald Welte2-123/+4
2012-02-02add new map utility functiosn and a skeleton AS serverHarald Welte2-0/+241
2012-02-02map_codec: export more functionsHarald Welte1-0/+1
2012-02-02add a map-only decoder without TCAPHarald Welte1-0/+30
2011-12-10add 'tcap_helper' module for unit testing or shell useHarald Welte2-1/+123
2011-12-10make sure tcap_asn module contains TR/dialogue portion, tooHarald Welte2-0/+62
2011-12-09Add separate TCAP decoder that is not linked to MAPHarald Welte3-1/+103
2011-11-12update gitignoreHarald Welte1-0/+5
2011-11-11rebar: use eunit_surefireHarald Welte1-0/+1
2011-04-16MAP: Fix-up after asn1ct automatic 1990->1994 EXTERNAL conversionHarald Welte2-6/+27
2011-04-13include contracts and operation packages in .set.asn1Harald Welte1-0/+2
2011-04-13fix typoHarald Welte1-1/+1
2011-04-13Add manually generated MAP-Contracts packageHarald Welte1-0/+115
2011-04-13Add manually-created ASN.1 file with MAP Operation PackagesHarald Welte1-0/+502
2011-04-06eunit: make test case comply with new MAP codecHarald Welte1-1/+1
2011-03-26MAP ASN.1: Add noteSubscriberPresent (from MAP-v1)Harald Welte3-1/+22
2011-03-26MAP Protocol: Include SS Operations in supported MAP operationsHarald Welte1-1/+10
2011-03-26MAP ASN1 Workaround: reportSM-DeliveryStatus without DeliveryOutcomeHarald Welte1-1/+3
2011-03-26Update MAP specification from version9 to version12Harald Welte29-304/+2326
2011-03-12MAP codec test: Always try to re-encode and assert verbously in case of errorHarald Welte1-15/+56
2011-03-11Add MAP codec PCAP based testingHarald Welte2-2/+51
2011-03-08add eunit tests for map codecHarald Welte1-0/+34
2011-02-10MAP Codec: Remove last remnance of ISUP OddEvenHarald Welte1-1/+1
2011-02-10MAP Codec: Use our own TBCD / address encoding/decoding routinesHarald Welte1-2/+42
2011-02-10Work around bug in HLR sending invalid CamelCapabilityHandling=0Harald Welte1-1/+2
2011-02-10map_masq is part of mgw_nat, not osmo_mapHarald Welte1-290/+0
2011-02-10add EmakefileHarald Welte1-0/+1
2011-02-10introcue new MAP translation codeHarald Welte1-0/+290
2011-02-09don't explicitly specify type in encode_map_msg()Harald Welte1-3/+3
2011-02-09use asn1ct/asn1rc in 'ber list' mode, as 'ber binary' mode has bugsHarald Welte2-3/+11
2011-02-09map codec: make sure to encode an AddressString to a list, not binaryHarald Welte1-1/+2
2011-02-09MAP codec: Add functions to encode/decode MAP Address-StringHarald Welte1-1/+47
2011-02-09add .gitignore fileHarald Welte1-0/+4
2011-02-09app file: remove unneeded 'mod' lineHarald Welte1-1/+0
2011-02-09Make sure we use the ber_bin option for asn1ctHarald Welte1-0/+1
2011-02-09add map_codec wrapper module to be consistent with isup/sccp and other codeHarald Welte2-1/+37
2011-02-07osmo_er_map -> osmo_mapHarald Welte1-1/+1
2011-02-07add erlang MAP code (from OTP)Harald Welte42-0/+9859