aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-08-07example code to work with epcap (erlang pcap)Harald Welte1-0/+66
2010-08-07first attempt to play with the Erlang application frameworkHarald Welte1-0/+12
2010-08-07move C source code to 'c_src' to comply with standard Erlang/OTP practiseHarald Welte2-301/+0
2010-08-07tcap_map_patch.erl now also does the ASN.1 re-encode after patchingHarald Welte1-2/+6
2010-08-07Initial (untested) version of the full UDP<->patching<->IPA chainHarald Welte1-0/+62
2010-08-07remove main loop from tcap_map_patchHarald Welte1-13/+0
2010-08-07rename tcap_udp_server into tcap_map_patchHarald Welte1-1/+1
2010-08-06add sccp wrapperHarald Welte1-0/+58
2010-08-05[IPA] make sure ipa_proto:connect() returns {ok, Socket}Harald Welte1-1/+7
2010-08-05[IPA] provide connect() convenience wrappersHarald Welte1-3/+19
2010-08-05[IPA] fix compiler warningsHarald Welte1-5/+11
2010-08-05New erlang module implementing the ip.accesss multiplex protocolHarald Welte1-0/+194
2010-08-03convert to libosmo-sccp 0.0.2Harald Welte1-2/+2
2010-08-03sccp_node: Add _err responses, fix a memleak and bug in the split_udt methodHolger Hans Peter Freyther1-9/+18
2010-08-03sccp_node: Use defines for the atoms and use different names for cmd/resHolger Hans Peter Freyther1-4/+12
2010-08-02re-work MAP patching into recursive/overloaded functionsHarald Welte1-107/+112
2010-08-02Add Sgsn Camel parsing / patchingHarald Welte1-22/+98
2010-08-02sccp_node: First implementation of wrap_udt...Holger Hans Peter Freyther1-4/+57
2010-08-02sccp_node: Copy the header into a struct we will treat as binaryHolger Hans Peter Freyther1-5/+41
2010-08-02sccp_node: Add code to get the binary and split it..Holger Hans Peter Freyther2-5/+50
2010-08-02sccp_node: Remove complex.c, pick two atom names for functions we supportHolger Hans Peter Freyther3-23/+32
2010-08-02sccp_node.c: Some cleanup to the code, fix obvious warnings.Holger Hans Peter Freyther2-15/+8
2010-08-02sccp_node: Refactor the example code.Holger Hans Peter Freyther1-70/+100
2010-08-02Add an autotools based buildsystem for the C-NodeHolger Hans Peter Freyther1-0/+7
2010-08-02sccp_node.c: Do not crash if the first param is of a different type.Holger Hans Peter Freyther1-4/+6
2010-08-02sccp_node: Change the number to 2342 for the connect.Holger Hans Peter Freyther1-1/+1
2010-08-02Add my version of a erlang cheat sheet.Holger Hans Peter Freyther1-0/+27
2010-08-02Add erlang C-Node example with two methods...Holger Hans Peter Freyther2-0/+109
2010-08-01add script to rebuild/recompile MAP+TCAP asn1Harald Welte1-0/+2
2010-08-01major update in tcap-patching UDP processHarald Welte1-44/+135
2010-08-01add initial early Erlang/ASN.1 MAP patching code (unfinished)Harald Welte2-0/+208