aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/reg-proxy/sip.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-07reg-proxy: Implement purge ms forwarding and handlingIvan Kluchnikov1-9/+11
2017-02-07reg-proxy: fix osip transactions releasing procedureIvan Kluchnikov1-2/+0
2017-02-07reg-proxy: use osip_strdup function, because we should allocate memory for sc...Ivan Kluchnikov1-2/+2
2017-02-07reg-proxy: we shouldn't free call_id_num and seq_num_str, because they are us...Ivan Kluchnikov1-2/+0
2017-02-07reg-proxy: free all allocated osip elements, messages and transactionsIvan Kluchnikov1-2/+13
2017-02-07reg-proxy: Implement handling LU responses without msisdnIvan Kluchnikov1-4/+4
2017-02-07reg-proxy: Added configuration parameter for setting registration expiry timeIvan Kluchnikov1-3/+3
2017-02-07USSD MAP external interface over SUPSergey Kostanbaev1-13/+319
2017-02-07reg-proxy: add application which allows translate SUP to SIP and SIP to SUPIvan Kluchnikov1-0/+308