aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_sup.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-07gsup: Update code after rebase to updated gsup implementationIvan Klyuchnikov1-64/+71
2017-02-07osmo-nitb: Send purge ms to reg-proxy and handle responseIvan Kluchnikov1-0/+17
2017-02-07gsm_sup: check connection before use it, because it can be already closedIvan Kluchnikov1-4/+5
2017-02-07fix incorrect autorebaseSergey Kostanbaev1-7/+4
2017-02-07gsm_sup: Update subscriber info in database only if msisdn is received in LU ...Ivan Kluchnikov1-2/+1
2017-02-07sup: pass subscriber group parameter to subscr_get_by_extension functionIvan Kluchnikov1-4/+5
2017-02-07sup: Fix RP header offset and RP data length calculationsIvan Kluchnikov1-4/+4
2017-02-07sms: Add functions for forwarding/handling SMS in RP format to/from external ...Ivan Kluchnikov1-0/+73
2017-02-07manual merge SS from sup-ussd-on-master-ss-wipSergey.Kostanbaev1-3/+4
2017-02-07sup: fix handling update location result messageIvan Kluchnikov1-0/+6
2017-02-07ussd: handle UCS-2 codingSergey Kostanbaev1-6/+6
2017-02-07libmsc: Create a separate SUP socket for USSD.Alexander Chemeris1-1/+1
2017-02-07libmsc: Remove sup_init() to make SUP socket initialiaton generic.Alexander Chemeris1-17/+1
2017-02-07libmsc: Make internal functions 'static' in gsm_sup.Alexander Chemeris1-2/+2
2017-02-07libmsc: Whitespace fix in gsm_sup.c, no code changes.Alexander Chemeris1-5/+5
2017-02-07libmsc: Rename sup_client to hlr_sup_client in preparation for multiple SUP c...Alexander Chemeris1-5/+5
2017-02-07USSD MAP external interface over SUPSergey Kostanbaev1-0/+148
2017-02-07sup: Fix msisdn decodingIvan Kluchnikov1-1/+1
2017-02-07sup: Add functions to create/handle SUP messagesIvan Kluchnikov1-0/+394