index
:
libosmo-sccp
35c3
daniel/onwaves
debian
fairwaves/production
laforge/wip
laforge/xua-memdebug
master
neels/big_endian
neels/lcs
neels/ni
neels/sccp_timers
neels/sccplite
neels/tmp_hacks
osmith/conn-id-scoping
osmith/fix-python3
osmith/rpm
osmith/wip
zecke/0.7.0-xudt
zecke/ancient/debian6.0
SCCP Library
Holger Freyther
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-27
xua_rkm: Fix handling of RK Registration with multiple Routing Keys
Harald Welte
1
-6
/
+7
2017-04-27
ss7_test: Avoid possible NULL pointer dereference in test case
Harald Welte
1
-0
/
+1
2017-04-27
xua_default_lm_fsm: Missing printf() argument
Harald Welte
1
-1
/
+1
2017-04-27
Address some negative integer handling issues
Harald Welte
1
-7
/
+14
2017-04-27
stp: Install VTY commands for FSM introspection
Harald Welte
1
-0
/
+1
2017-04-25
Fix debian builds
Max
3
-2
/
+4
2017-04-18
IPA: Override/Set point codes
Harald Welte
3
-2
/
+64
2017-04-18
osmo_ss7: Allocate message buffers with headroom
Harald Welte
1
-3
/
+2
2017-04-18
osmo_ss7: make sure to re-set all state on client disconnect
Harald Welte
1
-5
/
+3
2017-04-18
Add IPA/SCCPlite support as SIGTRAN alternative
Harald Welte
12
-17
/
+681
2017-04-17
SUA: Our SUA implementation needs an SCCP instance in ss7_instance
Harald Welte
1
-0
/
+9
2017-04-17
SUA: Make sure to reject unknown CO message types
Harald Welte
1
-0
/
+20
2017-04-17
SUA: Reject unknown Connectionless Message Types
Harald Welte
1
-0
/
+11
2017-04-17
xua_asp_fsm: Fix ordering of messages to pass M3UA_SGP_ASPSM_O_003
Harald Welte
1
-1
/
+2
2017-04-17
xua_as_fsm: We might change to AS_INACTIVE after T(r) expiry
Harald Welte
1
-1
/
+4
2017-04-15
introduce new osmo_ss7_asp_disconnect() function
Harald Welte
2
-0
/
+10
2017-04-15
Add new ASP event XUA_ASP_E_SCTP_EST_IND
Harald Welte
3
-1
/
+7
2017-04-15
osmo_ss7: avoid crash during disconnect after unknown ASP
Harald Welte
1
-0
/
+3
2017-04-15
m3ua: Generalize + Export function to generate MTP-TRANSFER xua_msg
Harald Welte
3
-16
/
+27
2017-04-15
osmo_ss7: Fix protocol of dynamically allocated ASPs
Harald Welte
1
-1
/
+1
2017-04-15
osmo_ss7: Clean up all ASPs established via xua_server upon destroy
Harald Welte
2
-3
/
+17
2017-04-14
get rid of global osmo_ss7_xua_servers variable
Harald Welte
3
-5
/
+6
2017-04-14
SUA/M3UA: Implement T(r) recovery timer of Application Server FSM
Harald Welte
5
-46
/
+147
2017-04-14
osmo_ss7_vty: Print AS and ASP state names during 'show'
Harald Welte
1
-10
/
+10
2017-04-14
ss7_vty: don't re-define xUA dialect strings
Harald Welte
1
-12
/
+15
2017-04-14
m3ua_example: Add SS7 and SCCP VTY
Harald Welte
1
-0
/
+2
2017-04-14
SCCP: Add VTY interface for SCCP
Harald Welte
9
-8
/
+202
2017-04-14
sccp_scoc: Memorize if a connection is incoming or outbound
Harald Welte
1
-0
/
+4
2017-04-14
osmo_ss7_vty: Don't save dynamically generated AS / ASP
Harald Welte
1
-0
/
+9
2017-04-14
osmo-stp: Add command line options and daemonize functionality
Harald Welte
1
-6
/
+75
2017-04-14
osmo-stp: Remove hack to always enable debug logging
Harald Welte
2
-13
/
+13
2017-04-14
stp: Add copyright notice
Harald Welte
1
-0
/
+12
2017-04-14
Add exampel osmo-stp configuration file
Harald Welte
2
-1
/
+12
2017-04-14
osmo_ss7_vty: Fix config file writing for xUA listeners
Harald Welte
1
-1
/
+1
2017-04-14
osmo_ss7_vty: Introduce xUA listener accept-asp-connections command
Harald Welte
1
-0
/
+19
2017-04-14
Don't overwrite existing data in osmo_ss7_instance_find_or_create()
Harald Welte
1
-2
/
+4
2017-04-14
osmo_ss7_vty: Add 'description' command for SS7 instances
Harald Welte
1
-0
/
+3
2017-04-14
osmo_ss7_vty: Add Command to permit (or disallow) dynamc routing key allocation
Harald Welte
1
-0
/
+21
2017-04-14
osmo_ss7_vty: Add 'show cs7 instance <0-15> users' command
Harald Welte
1
-0
/
+28
2017-04-14
osmo_ss7_vty: Make 'instance <0-15>' mandatory of all show commands
Harald Welte
1
-20
/
+12
2017-04-14
sua: Reject DATA messages on SCTP stream 0
Harald Welte
1
-1
/
+8
2017-04-14
move osmo_ss7_vty.c [back] into libosmo-sigtran
Harald Welte
6
-25
/
+11
2017-04-14
osmo_ss7_vty: Merge the SUA and M3UA VTY nodes
Harald Welte
2
-106
/
+41
2017-04-14
STP: re-structure VTY interface; introduce 'cs7 instance' node
Harald Welte
5
-201
/
+255
2017-04-13
osmo_ss7: Release any dynamically-allocated ASs
Harald Welte
3
-1
/
+23
2017-04-13
xua_rkm: Make dynamic registration of Routing Keys work
Harald Welte
2
-31
/
+101
2017-04-13
xua_rkm: Improve comments about functions
Harald Welte
1
-10
/
+13
2017-04-13
Add a default layer manager using RKM to register PC with SG
Harald Welte
10
-14
/
+604
2017-04-13
osmo_ss7_vty: 'show' commands for AS, ASP, route
Harald Welte
1
-0
/
+83
2017-04-13
Add osmo-stp executable as new "Osmocom Signaling Transfer Point"
Harald Welte
9
-58
/
+410
[prev]
[next]