9
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
Max 8076c87c6b Fix broken compilation
The compilation with newver libosmocore was broken due to introduction
of DLGSUP define there. Fix it by renaming DLGSUP -> DGSUP.
2016-12-19 19:41:28 +01:00
Harald Welte 7df17ce67e add copyright statements to all files 2016-05-03 18:51:18 +02:00
Harald Welte 3596f92fad Major update; Code now supports SAI, LU and ISD transactions
We also introduce a 'gsup_router' which enables us to route
a transaction to a given VLR.  It works based on the SERIAL attribute
communicated at time of the IPA multiplex setup as part of the CCM
sub-protocol.
2016-05-03 18:49:27 +02:00
Harald Welte 6d344d5190 Fix memory leakage in gsup_server
Once a remote IPA client is gone, we need to remove the associated
osmo_gsup_conn object.
2016-04-28 12:57:10 +02:00
Harald Welte 19c8c2c9b1 ensure we release memory for all received msgb. 2016-04-28 12:48:39 +02:00
Harald Welte 3e8427dc2b more verbose error handling in osmo_gsup_server_read_cb() 2016-04-28 11:13:15 +02:00
Harald Welte 1b80f77f83 gsup_server: Implement IPA CCM handling using new libosmo-abis function 2016-04-28 11:13:04 +02:00
Harald Welte 7e90016009 initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00