aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-08HO: introduce T7, T8, T101 timersNeels Hofmeyr3-1/+20
2018-06-08cosmetic: gscon: drop odd use of OSMO_STRINGIFYNeels Hofmeyr1-14/+14
2018-06-08doc: charts: illustrate new plan for ts and lchansNeels Hofmeyr12-465/+1097
2018-06-08doc: add ms-channel-request.mscNeels Hofmeyr2-0/+64
2018-06-08doc: add lchan-release.mscNeels Hofmeyr2-0/+150
2018-06-08doc: tweak msc charts on Assignment/Handover: act_timerNeels Hofmeyr2-2/+17
2018-06-08cosmetic: handover_test: add IMSI to subscr for loggingNeels Hofmeyr1-1/+11
2018-06-08store subscriber identity on pagingNeels Hofmeyr1-0/+1
2018-06-08try to pick up subsrc IMSI on l3-complNeels Hofmeyr1-1/+16
2018-06-08gscon: put subscriber a little laterNeels Hofmeyr1-6/+6
2018-06-08cosmetic: bsc_subscr_alloc: log initial getNeels Hofmeyr2-3/+5
2018-06-08cosmetic: penalty timers: constify, tweak docNeels Hofmeyr2-10/+15
2018-06-08use libosmocore's gsm0808_permitted_speech(), gsm0808_chosen_channel()Neels Hofmeyr1-84/+7
2018-06-08log: assignment: add two logs on unexpected lchan releaseNeels Hofmeyr1-0/+3
2018-06-08log: fix logging in rsl_rx_chan_act_nack()Neels Hofmeyr1-6/+9
2018-06-08assignment: signal assignment failure on chan act nackNeels Hofmeyr2-3/+5
2018-06-07cosmetic: gscon: undup code: add common assignment_failed()Neels Hofmeyr1-36/+33
2018-06-07cosmetic: magic number: use RSL_ACT_ constant for chan actNeels Hofmeyr1-1/+1
2018-06-07remove struct bsc_apiNeels Hofmeyr7-198/+86
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr75-843/+997
2018-06-07bsc_test: drop "scan to MSC" code pathNeels Hofmeyr1-7/+0
2018-06-07tests: remove channel_testNeels Hofmeyr6-165/+0
2018-06-07tests: remove bssap_testNeels Hofmeyr7-247/+0
2018-06-07increment 'paging responded' counter for active paging onlyStefan Sperling1-8/+12
2018-06-05Reject ASSIGNMENT REQ with CIC but no AoIP transp addr in AoIP caseHarald Welte1-8/+25
2018-06-03LCLS: add VTY config to enable/disable LCLS on per-MSC basisHarald Welte3-0/+34
2018-06-02Add initial 3GPP LCLS support to OsmoBSCHarald Welte11-1/+981
2018-06-02VTY: Print some more information in "show conns"Harald Welte1-2/+13
2018-05-30abis_rsl: rsl_rx_chan_rqd: Format bts log string as in everywhere elsePau Espin Pedrol1-3/+3
2018-05-30abis_rsl.c: Fix whitespacePau Espin Pedrol1-8/+8
2018-05-30chan_alloc: Print bts nr on chan alloc failurePau Espin Pedrol1-3/+3
2018-05-28doc: add msc charts on Assignment/Handover internalsNeels Hofmeyr3-0/+357
2018-05-28acc_ramp: Increase log level of some messagesPau Espin Pedrol1-4/+4
2018-05-27move 'extern struct gsm_network *bsc_gsmnet" to header fileHarald Welte8-20/+8
2018-05-27Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRLHarald Welte16-506/+182
2018-05-27remove remaining bits of osmo-bsc_natHarald Welte39-10806/+2
2018-05-25bsc: Don't create MSC-side MGCP connection in IPA/SCCPlite caseHarald Welte1-9/+19
2018-05-25bsc: Don't include AoIP IEs in ASSIGNMENT COMPLETE over SCCPliteHarald Welte1-6/+12
2018-05-25bsc: Don't reject ASSIGNMENT for Audio in IPA/SCCPlite caseHarald Welte1-13/+1
2018-05-25bsc: Use correct MGCP endpoint name for IPA/SCCPliteHarald Welte1-1/+20
2018-05-25bsc: Add mgcp_port_to_cic() to determine CIC from RTP PortHarald Welte2-13/+22
2018-05-25vty: Permit selection of other ASP protocol than M3UAHarald Welte4-1/+21
2018-05-25bsc: Fix check for MSC-side FSM allocation failureHarald Welte1-1/+1
2018-05-24fix misaligned memory write access in abis_nm_ipaccess_rsl_connect()Stefan Sperling1-1/+1
2018-05-23gscon: remove dead codePhilipp Maier2-45/+1
2018-05-23cosmetic: logging and ordering in handle_ass_compl()Neels Hofmeyr1-18/+20
2018-05-23cosmetic: define TCH_F_PDCH_PENDING_MASK as actual bitwise orNeels Hofmeyr1-2/+1
2018-05-23cosmetic: bsc_dyn_ts.c: make local functions staticNeels Hofmeyr1-2/+2
2018-05-23abis_rsl.h: drop unused rsl_chan_activate() declarationNeels Hofmeyr1-6/+0
2018-05-23bsc_api.c: actually log with contextNeels Hofmeyr2-43/+58