aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2017-02-07osmo-nitb: Send purge ms to reg-proxy and handle responseIvan Kluchnikov3-0/+26
2017-02-07gsm_04_08: Change reject cause for not "attached" subscribers from "destinati...Ivan Kluchnikov1-1/+1
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-07fixup after rebaseSergey Kostanbaev1-0/+1
2017-02-07gsm_sup: Update subscriber info in database only if msisdn is received in LU ...Ivan Kluchnikov1-2/+1
2017-02-07msc: Increase value of location update timer to 10 secIvan Kluchnikov1-1/+1
2017-02-07sms: Route all sms from/to subscribers with extension length = 5 to local smscIvan Kluchnikov2-3/+47
2017-02-07sup: pass subscriber group parameter to subscr_get_by_extension functionIvan Kluchnikov2-4/+6
2017-02-07sms: Use gsm411_rp_hdr structure instead of manual parsing of RP messagesIvan Kluchnikov1-33/+33
2017-02-07sms: MO RP ACK and RP ERROR should be also forwarded to the sms socketIvan Kluchnikov1-0/+13
2017-02-07sms: In case of receiving MO RP-DATA, we should assign RP message reference v...Ivan Kluchnikov1-8/+9
2017-02-07sup: Fix RP header offset and RP data length calculationsIvan Kluchnikov1-4/+4
2017-02-07vty: Install sms_destination_cmd element as NITB_NODEIvan Kluchnikov1-0/+1
2017-02-07sms: Add functions for forwarding/handling SMS in RP format to/from external ...Ivan Kluchnikov2-7/+218
2017-02-07sms: Add new socket for forwarding/receiving SMS in RP format to/from externa...Ivan Kluchnikov1-0/+22
2017-02-07trans: Add new parameter message reference for SMS and function for finding t...Ivan Kluchnikov1-0/+16
2017-02-07set transaction_id from transaction dataSergey.Kostanbaev1-1/+3
2017-02-07manual merge SS from sup-ussd-on-master-ss-wipSergey.Kostanbaev7-324/+684
2017-02-07msc: Implement 'remote-closed' authentication policyIvan Kluchnikov2-3/+10
2017-02-07sup: fix handling update location result messageIvan Kluchnikov1-0/+6
2017-02-07ussd: handle UCS-2 codingSergey Kostanbaev3-27/+22
2017-02-07libmsc: set proper length field in ASN.1 format for USSD internalsSergey Kostanbaev1-7/+25
2017-02-07libmsc: fix no return and use after freeSergey Kostanbaev1-2/+4
2017-02-07ussd: send reject to supSergey Kostanbaev1-59/+14
2017-02-07libmsc: use message type as an entry point and handle release complete messageSergey Kostanbaev1-22/+149
2017-02-07libmsc: Create a separate SUP socket for USSD.Alexander Chemeris2-1/+26
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 Kostanbaev3-20/+443
2017-02-07Revert "ussd: Add band-aid for interrogationSS"Ivan Klyuchnikov2-18/+10
2017-02-07reg-proxy: add application which allows translate SUP to SIP and SIP to SUPIvan Kluchnikov1-0/+141
2017-02-07sup: Fix msisdn decodingIvan Kluchnikov1-1/+1
2017-02-07sup: Change status of waiting_for_remote_accept before checking subscriberIvan Kluchnikov1-2/+2
2017-02-07msc: Implement 'remote' authentication policyIvan Kluchnikov3-12/+40
2017-02-07sup: Add functions to create/handle SUP messagesIvan Kluchnikov1-0/+394
2017-02-06gsm_04_08: implement parsing of UMTS Auth responsesNeels Hofmeyr1-5/+221
2017-02-03gsm48_tx_mm_auth_req(): support UMTS AUTNNeels Hofmeyr2-5/+22
2017-02-03gsm0408_rcv_cc: guard against NULL subscriberNeels Hofmeyr1-0/+5
2017-01-26various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)Neels Hofmeyr2-2/+2
2017-01-25CTRL: remove boilerplateMax1-19/+2
2017-01-23Add VTY command to immediately expire user (set expire_lu to now)Keith1-0/+24
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr7-59/+45
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr1-1/+1
2017-01-23Print subcriber when skipping authMax1-1/+2
2016-12-24Pass actual smpp_avail_status through to smpp in alert_all_esme()Keith1-2/+2
2016-12-21use new OSMO_VALUE_STRINGNeels Hofmeyr1-7/+6
2016-12-20Fix some typos in stdout outputRuben Undheim2-3/+3