index
:
osmo-map-masq
master
Old SS7/TCAP/MAP masquerading (deprecated)
Harald Welte
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-07
Add Makefile.otp and Emakefile for erlang build system
HEAD
master
Harald Welte
2
-0/+37
2010-08-07
example code to work with epcap (erlang pcap)
Harald Welte
1
-0/+66
2010-08-07
first attempt to play with the Erlang application framework
Harald Welte
1
-0/+12
2010-08-07
move C source code to 'c_src' to comply with standard Erlang/OTP practise
Harald Welte
4
-2/+2
2010-08-07
tcap_map_patch.erl now also does the ASN.1 re-encode after patching
Harald Welte
1
-2/+6
2010-08-07
Initial (untested) version of the full UDP<->patching<->IPA chain
Harald Welte
1
-0/+62
2010-08-07
remove main loop from tcap_map_patch
Harald Welte
1
-13/+0
2010-08-07
rename tcap_udp_server into tcap_map_patch
Harald Welte
1
-1/+1
2010-08-06
add sccp wrapper
Harald Welte
1
-0/+58
2010-08-05
[IPA] make sure ipa_proto:connect() returns {ok, Socket}
Harald Welte
1
-1/+7
2010-08-05
[IPA] provide connect() convenience wrappers
Harald Welte
1
-3/+19
2010-08-05
[IPA] fix compiler warnings
Harald Welte
1
-5/+11
2010-08-05
New erlang module implementing the ip.accesss multiplex protocol
Harald Welte
1
-0/+194
2010-08-03
convert to libosmo-sccp 0.0.2
Harald Welte
2
-3/+5
2010-08-02
sccp_node: Add _err responses, fix a memleak and bug in the split_udt method
Holger Hans Peter Freyther
1
-9/+18
2010-08-02
sccp_node: Use defines for the atoms and use different names for cmd/res
Holger Hans Peter Freyther
1
-4/+12
2010-08-02
re-work MAP patching into recursive/overloaded functions
Harald Welte
1
-107/+112
2010-08-02
Add Sgsn Camel parsing / patching
Harald Welte
1
-22/+98
2010-08-02
sccp_node: First implementation of wrap_udt...
Holger Hans Peter Freyther
1
-4/+57
2010-08-02
sccp_node: Copy the header into a struct we will treat as binary
Holger Hans Peter Freyther
1
-5/+41
2010-08-02
sccp_node: Add code to get the binary and split it..
Holger Hans Peter Freyther
3
-5/+51
2010-08-02
sccp_node: Remove complex.c, pick two atom names for functions we support
Holger Hans Peter Freyther
3
-23/+32
2010-08-02
sccp_node.c: Some cleanup to the code, fix obvious warnings.
Holger Hans Peter Freyther
2
-15/+8
2010-08-02
sccp_node: Refactor the example code.
Holger Hans Peter Freyther
1
-70/+100
2010-08-02
Add an autotools based buildsystem for the C-Node
Holger Hans Peter Freyther
11
-0/+1166
2010-08-02
sccp_node.c: Do not crash if the first param is of a different type.
Holger Hans Peter Freyther
1
-4/+6
2010-08-02
sccp_node: Change the number to 2342 for the connect.
Holger Hans Peter Freyther
1
-1/+1
2010-08-02
Add my version of a erlang cheat sheet.
Holger Hans Peter Freyther
1
-0/+27
2010-08-02
Add erlang C-Node example with two methods...
Holger Hans Peter Freyther
2
-0/+109
2010-08-01
add todo file with list of to-be-processed fields
Harald Welte
1
-0/+117
2010-08-01
add script to rebuild/recompile MAP+TCAP asn1
Harald Welte
1
-0/+2
2010-08-01
major update in tcap-patching UDP process
Harald Welte
1
-44/+135
2010-08-01
add .gitignore file
Harald Welte
1
-0/+2
2010-08-01
add initial early Erlang/ASN.1 MAP patching code (unfinished)
Harald Welte
2
-0/+208
2010-08-01
[ASN.1] Allow all MAP operations, not just a few
Harald Welte
1
-1/+1
2010-07-31
move all wireshark asn1 files to wireshark directory
Harald Welte
34
-0/+0
2010-07-31
import MAP/TCAP asn.1 from Erlang/OTP repository
Harald Welte
37
-0/+9187
2010-07-29
Make sure ASN1 files are in a shape that asn1ct can compile
Harald Welte
4
-1/+292
2010-07-29
Import ASN.1 for MAP
Harald Welte
31
-0/+10894