summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* debian: Update changelog to 0.15.1-fw.10fairwaves/0.15.1-fw.10fairwaves/master-rebaseIvan Kluchnikov2018-09-031-0/+6
* gsm48_parse_meas_rep(): set num_cell=0 if no neighbor cells are reportedNeels Hofmeyr2018-09-031-1/+4
* fixup: neigh_meas_avg: fix condition to reduce window sizeNeels Hofmeyr2018-09-031-1/+1
* fixup: neigh_meas_avg: detect invalid window size as <=0, log if invalidNeels Hofmeyr2018-09-031-1/+3
* HO: Count neighbor measurements and reduce window of neigh_meas_avgAndreas Eversberg2018-09-031-0/+8
* debian: Update changelog to 0.15.1-fw.9fairwaves/master-rebasefairwaves/0.15.1-fw.9Ivan Kluchnikov2018-05-211-0/+6
* sms charging: Implement SMS online ECUR charging based on 3GPP TS 32.274Ivan Klyuchnikov2018-05-214-32/+378
* sms charging: Add socket for connection to OCS for sms chargingIvan Klyuchnikov2018-05-212-0/+27
* sms charging: Implement Session Id to support charging sessionsIvan Klyuchnikov2018-05-215-0/+44
* debian: Update changelog to 0.15.1-fw.8fairwaves/0.15.1-fw.8Ivan Kluchnikov2017-08-231-0/+6
* handover: Implement proper handover procedure handling at any stage of the callIvan Kluchnikov2017-08-235-82/+199
* transaction: Add new function trans_find_by_lchanIvan Kluchnikov2017-08-232-0/+27
* handover_decision: Add more log messages to get more information about HO causes in logsIvan Kluchnikov2017-08-231-5/+17
* handover_decision: Fix condition for power budget handover attemptIvan Kluchnikov2017-08-231-1/+1
* handover_logic: set correct link to bts for subscriber_connection in case of moving this connection to another btsIvan Kluchnikov2017-08-101-0/+1
* debian: Update changelog to 0.15.1-fw.7fairwaves/0.15.1-fw.7Ivan Kluchnikov2017-07-191-0/+8
* gsm_04_08: Implement support of placing an existing call on hold when another call comes in and switching to new callIvan Kluchnikov2017-07-191-0/+4
* gsm_04_08: Enable mncc_rtp_connect_pending flag for conn after receiving retrieve ind to be able to re-connect rtpIvan Kluchnikov2017-07-191-0/+1
* gsm_04_08: Add handling of rtp bridge mode in tch_recv_mncc function to avoid executing code which is used for rtp proxy modeIvan Kluchnikov2017-07-191-0/+4
* debian: Update changelog to 0.15.1-fw.6fairwaves/0.15.1-fw.6Ivan Kluchnikov2017-07-111-0/+7
* libcommon: Fix log output for bts>0.Alexander Chemeris2017-07-115-9/+11
* libmsc: Fix VTY output for handover counters.Alexander Chemeris2017-07-111-5/+5
* debian: Update changelog to 0.15.1-fw.5fairwaves/0.15.1-fw.5Ivan Kluchnikov2017-07-041-0/+6
* Implement handover support for mncc bridge modeIvan Kluchnikov2017-07-043-0/+77
* debian: Update changelog to 0.15.1-fw.4fairwaves/0.15.1-fw.4Ivan Kluchnikov2017-05-161-0/+6
* ussd: Avoid crashing when no connection is present in the transactionIvan Kluchnikov2017-05-161-0/+7
* debian: Update changelog to 0.15.1-fw.3fairwaves/0.15.1-fw.3Ivan Kluchnikov2017-02-161-0/+7
* debian: Add openbsc-dev package to control, it is required for osmo-bts-trx packagingIvan Kluchnikov2017-02-161-0/+11
* debian: Update changelog to 0.15.1-fw.2fairwaves/0.15.1-fw.2Ivan Kluchnikov2017-02-161-0/+7
* debian: Add libcdk5-dev and libsqlite3-dev packages to dependencies, because they are required for building osmo-meas-utilsIvan Kluchnikov2017-02-161-0/+2
* fix: Include headers which were lost during rebaseIvan Kluchnikov2017-02-153-0/+3
* debian: Update changelog to 0.15.1-fw.1fairwaves/0.15.1-fw.1Ivan Kluchnikov2017-02-151-0/+6
* gsup: Update code after rebase to updated gsup implementationIvan Klyuchnikov2017-02-0718-285/+151
* osmo-nitb: Send purge ms to reg-proxy and handle responseIvan Kluchnikov2017-02-075-0/+28
* reg-proxy: Implement purge ms forwarding and handlingIvan Kluchnikov2017-02-074-15/+44
* gsm_04_08: Change reject cause for not "attached" subscribers from "destination out of order" to "no user responding"Ivan Kluchnikov2017-02-071-1/+1
* reg-proxy: fix osip transactions releasing procedureIvan Kluchnikov2017-02-072-2/+12
* reg-proxy: use osip_strdup function, because we should allocate memory for scheme and host values to be used in osip_uri_set_ functionsIvan Kluchnikov2017-02-071-2/+2
* reg-proxy: we shouldn't free call_id_num and seq_num_str, because they are used in osip_message and will be freed by osip_message_free functionIvan Kluchnikov2017-02-071-2/+0
* reg-proxy: free allocated ipa control messages in ipa_sock_server_cb functionIvan Kluchnikov2017-02-071-0/+1
* reg-proxy: free all allocated osip elements, messages and transactionsIvan Kluchnikov2017-02-071-2/+13
* gsm_sup: check connection before use it, because it can be already closedIvan Kluchnikov2017-02-071-4/+5
* ussd_proxy: fix decoding GSM7 to latin1Sergey.Kostanbaev2017-02-071-1/+1
* fix incorrect autorebaseSergey Kostanbaev2017-02-071-7/+4
* fixup after rebaseSergey Kostanbaev2017-02-072-3/+1
* reg-proxy: Implement handling LU responses without msisdnIvan Kluchnikov2017-02-072-8/+11
* gsm_sup: Update subscriber info in database only if msisdn is received in LU responseIvan Kluchnikov2017-02-071-2/+1
* msc: Increase value of location update timer to 10 secIvan Kluchnikov2017-02-071-1/+1
* sms: Route all sms from/to subscribers with extension length = 5 to local smscIvan Kluchnikov2017-02-073-3/+49
* sup: pass subscriber group parameter to subscr_get_by_extension functionIvan Kluchnikov2017-02-073-4/+7