aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-07ussd_proxy: remove dead codeSergey Kostanbaev1-169/+0
2017-02-07ussd_proxy: detailed helpSergey Kostanbaev1-3/+17
2017-02-07ussd_proxy: handle multiple USSD sessionsSergey Kostanbaev1-19/+37
2017-02-07ussd_proxy: handle session timeoutSergey Kostanbaev1-34/+95
2017-02-07ussd_proxy: handle error callbackSergey Kostanbaev1-0/+24
2017-02-07ussd_proxy: handle USSD dialogs into sip INFO messagesSergey Kostanbaev2-40/+234
2017-02-07ussd_proxy: handle basic errors to release channelSergey Kostanbaev1-17/+35
2017-02-07ussd_proxy: properly set To and From SIP headersSergey Kostanbaev1-44/+151
2017-02-07Add forgotten MakefileSergey Kostanbaev1-2/+12
2017-02-07add standalone ussd_proxy utility based on sip sofiaSergey Kostanbaev2-21/+985
2017-02-07libmsc: Add a comment to the HLR SUP socket creation.Alexander Chemeris1-0/+1
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 Chemeris2-21/+7
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 Kostanbaev9-37/+1099
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 Kluchnikov9-0/+1680
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-07nitb: Integrate the SUP client into the osmo-nitbIvan Kluchnikov1-0/+9
2017-02-07msc: Implement 'remote' authentication policyIvan Kluchnikov5-14/+44
2017-02-07sup: Add functions to create/handle SUP messagesIvan Kluchnikov1-0/+394
2017-02-07debug: Add DSUP debug category for subscriber update protocolIvan Kluchnikov1-0/+5
2017-02-07utils: Support new fields in the v1 of meas_feed in meas_json.Alexander Chemeris2-3/+23
2017-02-07utils: 'meas_json' utility to convert measurement feed into a JSON feed.Alexander Chemeris2-0/+184
2017-02-07libbsc: Update a BTS's SIs when ms_max_power is changed from VTY.Alexander Chemeris1-0/+8
2017-02-07libmsc: Update 'max_power_red' VTY command.Alexander Chemeris1-9/+24
2017-02-07gprs/sgsn_vty: fix typo in commentAlexander Couzens1-1/+1
2017-02-07gprs/sgsn_mm_ctx_alloc(): initialize MM state to IDLEAlexander Couzens1-0/+1
2017-02-07gprs/gprs_mm: add value_strings for PMM & MM statesAlexander Couzens1-2/+15
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens2-4/+4
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens4-39/+54
2017-02-06VTY: Print 3G auth tuples, not just 2G auth tuplesHarald Welte1-9/+24
2017-02-06gsm_04_08: implement parsing of UMTS Auth responsesNeels Hofmeyr1-5/+221
2017-02-03om2000: add VTY command to delete CON groupsPhilipp Maier1-0/+26
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-02-02compiler warning: bsc_vty: remove two unused varsNeels Hofmeyr1-1/+0
2017-02-01OM2000: use assoc_so *only* for TS objectsHarald Welte1-4/+4
2017-02-01sgsn: Fix deeply flawed copying logic for PDP context activationHolger Hans Peter Freyther1-3/+9
2017-01-27gprs: Fix compiler warning about uninitalized cause codePhilipp Maier1-1/+1
2017-01-26Implement VTY configuration to control Early Classmark SendingHarald Welte2-0/+26
2017-01-26sgsn: Add GTP information to "show pdp-context"Harald Welte1-2/+21
2017-01-26various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)Neels Hofmeyr5-4/+5
2017-01-25compression: Fix nullpointer derefPhilipp Maier1-3/+4
2017-01-25CTRL: remove boilerplateMax3-101/+9
2017-01-23Add VTY command to immediately expire user (set expire_lu to now)Keith1-0/+24
2017-01-23SI2q: add support for multiple UARFCNsMax2-32/+75