aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-07Add Makefile.otp and Emakefile for erlang build systemHEADmasterHarald Welte2-0/+37
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 Welte4-2/+2
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 Welte2-3/+5
2010-08-03sccp_node: Add _err responses, fix a memleak and bug in the split_udt methodHolger Hans Peter Freyther1-9/+18
the split_udt was reallocating an empty header and payload in the send_empty label that was always used..
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
this renders a much cleaner solution
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
Given a header from split_udt and a payload a new udt messages will be built and returned to the caller.
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 Freyther3-5/+51
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 Freyther11-0/+1166
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 todo file with list of to-be-processed fieldsHarald Welte1-0/+117
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
* handle continue + end, not just begin * handle result-l / result-nl, not just invoke * patch gsm_SCF in vlrCamelSubscriptionInfo * partial code for patching sgsnCamelSubscriptionInfo
2010-08-01add .gitignore fileHarald Welte1-0/+2
2010-08-01add initial early Erlang/ASN.1 MAP patching code (unfinished)Harald Welte2-0/+208
2010-08-01[ASN.1] Allow all MAP operations, not just a fewHarald Welte1-1/+1
This modifies the tcap/map asn.1 code from the Erlang/OTP repository
2010-07-31move all wireshark asn1 files to wireshark directoryHarald Welte34-0/+0
2010-07-31import MAP/TCAP asn.1 from Erlang/OTP repositoryHarald Welte37-0/+9187
2010-07-29Make sure ASN1 files are in a shape that asn1ct can compileHarald Welte4-1/+292
2010-07-29Import ASN.1 for MAPHarald Welte31-0/+10894