index
:
erlang/osmo_ss7
laforge/wip
master
Erlang implementation of M2UA/M3UA/MTP3/SCCP/ISUP codec + utils
Harald Welte
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-08
M3UA / MTP3: accept #mtp3_routing_label{} with tuple/record point codes
Harald Welte
2
-5
/
+9
2011-12-08
allow pointcode2int() for a pointcode that's already in integer format
Harald Welte
1
-0
/
+2
2011-12-08
sccp_codec: it's "undefined", not "undef"
Harald Welte
1
-5
/
+5
2011-12-08
SCCP: support encoding of non-integer pointcodes (auto conversion)
Harald Welte
1
-2
/
+5
2011-12-08
osmo_util: define #pointcode{} record instead of manual 3-tuple
Harald Welte
1
-2
/
+2
2011-12-08
sccp: addr helper functions for quick generation of GT/sccp_addr
Harald Welte
1
-0
/
+21
2011-11-04
m3ua: fix typo (caught by dialyzer)
Harald Welte
1
-1
/
+1
2011-11-04
IPA client: make sure set_link_state is called with proper type
Harald Welte
1
-2
/
+2
2011-11-04
bssmap_codec: fix bin_bcd2str (cought by dialyzer)
Harald Welte
1
-1
/
+1
2011-10-19
Make sure an incoming M3UA message is actually sent to registered service Pid
Harald Welte
3
-8
/
+23
2011-10-12
ss7_links: add get_opc_for_linkset/1, is_pc_local/1
Harald Welte
1
-4
/
+24
2011-10-12
sccp_codec: SCCP point codes are little-endian !
Harald Welte
1
-2
/
+2
2011-10-12
ss7_routes: some pretty printing of point codes
Harald Welte
1
-1
/
+14
2011-10-11
add new 'ss7_routes' module to maintain point code routes
Harald Welte
3
-11
/
+172
2011-10-11
MTP3: ASP-INACTIVE.ind should result in a "up" state (up == inactive)
Harald Welte
1
-2
/
+2
2011-10-10
add dummy ss7 service dumper module
Harald Welte
1
-0
/
+64
2011-10-10
ss7 supervisor: fix add_mtp_link() function
Harald Welte
1
-1
/
+1
2011-10-10
ss7_links: Don't kill the user PID that has created a linkset
Harald Welte
1
-1
/
+4
2011-10-10
ss7_links: actually trap the EXIT signal of the other processes
Harald Welte
1
-0
/
+1
2011-10-10
fix table name
Harald Welte
1
-1
/
+1
2011-10-10
ss7_links add function to dump service state
Harald Welte
1
-9
/
+17
2011-10-10
ss7_links: link to the 'service' pid and cleanup on exit
Harald Welte
1
-3
/
+9
2011-10-10
import SS7 link handling from osmo_ss7
Harald Welte
5
-0
/
+608
2011-10-10
remove sccp_scoc/sccp_scrc which are now part of osmo_sccp
Harald Welte
2
-683
/
+0
2011-10-10
sccp_scrc: Use sccp_links:mtp3_tx() instead of mtp_tx_action callback
Harald Welte
1
-48
/
+61
2011-10-09
sccp_scrc: Add some more comments
Harald Welte
1
-1
/
+5
2011-04-21
SCCP: move is_connectionless/1 to sccp_codec
Harald Welte
2
-14
/
+17
2011-04-21
Merge branch 'master' of git.osmocom.org:erlang/osmo_ss7
Harald Welte
2
-14
/
+96
2011-04-16
add missing m3ua_example.erl
Harald Welte
1
-0
/
+68
2011-04-16
GTT: reduce line length of code for 80char wide terminals
Harald Welte
1
-14
/
+28
2011-04-15
SCCP: Make protocol_class proplist item a tuple of {Class, Options}
Harald Welte
1
-16
/
+18
2011-04-15
M3UA core: add -behaviour(gen_fsm).
Harald Welte
1
-0
/
+1
2011-04-14
M3UA core: add more comments
Harald Welte
1
-2
/
+9
2011-04-14
M3UA: Properly select SCTP stream ID based on message class
Harald Welte
1
-11
/
+19
2011-04-14
SCOC: We already assigned the local reference in SCRC
Harald Welte
1
-5
/
+4
2011-04-14
SCCP Codec: Add some defaults for undefined fields in encoding
Harald Welte
1
-1
/
+13
2011-04-14
SCRC: Spawn new SCOC on N-CONNECT.req + send #mtp3_msg{} via MTP-TRANSFER.req
Harald Welte
1
-16
/
+56
2011-04-14
M3UA: Fill in a default message priority of 0 if 'undefined'
Harald Welte
1
-1
/
+7
2011-04-14
ISUP codec: Add support for some 'national use' messages
Harald Welte
1
-0
/
+12
2011-04-06
GTT: Fix matching on SCCP SSN / PC
Harald Welte
1
-1
/
+2
2011-04-04
osmo_util: Include pointcode format conversion for ANSI, ITU and TTC
Harald Welte
1
-0
/
+31
2011-04-04
M3UA: Send M-SCTP_ESTABLISH.confirm to user on connect
Harald Welte
1
-2
/
+1
2011-04-04
M3UA: Actually send primitives to the user application
Harald Welte
1
-9
/
+48
2011-04-04
Move #primitive{} into osmo_util.erl/hrl
Harald Welte
4
-33
/
+39
2011-04-04
M3UA: Fix some compiler warnings; add code_change/4 and terminate/3
Harald Welte
1
-3
/
+10
2011-04-04
M3UA: Fix various state transition bugs
Harald Welte
1
-27
/
+82
2011-04-03
M3UA: Allow user to specify local SCTP Port number
Harald Welte
1
-3
/
+13
2011-04-03
MTP3: Add field where M3UA msg can store the message priority.
Harald Welte
1
-3
/
+3
2011-04-03
M3UA: Fix encoding bugs
Harald Welte
1
-7
/
+8
2011-04-03
M3UA: use byte_size/1 to determine size of binary
Harald Welte
1
-2
/
+2
[next]