aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-06comments: clarify usage of conn.assignment and .handover scopesNeels Hofmeyr1-2/+13
2019-02-06handover_fsm: do not access conn->assignment.req, it may be outdatedNeels Hofmeyr1-0/+2
2019-02-05Implement CSFB "Fast Return" Handling at RR RELEASEHarald Welte1-0/+3
2019-02-05gsm_data: Add gsm_bts_name() just like we have gsm_{trx,ts,lchan}_name()Harald Welte1-0/+1
2018-12-21comments: describe some lchan detailsNeels Hofmeyr1-0/+3
2018-12-21make sure early lchan act failure resets the lchanNeels Hofmeyr1-5/+14
2018-12-18LCLS: update parameter representationMax1-2/+2
2018-12-14Add VTY option to avoid sending empty Full BCCH Info for disabled SIPau Espin Pedrol1-0/+3
2018-12-05paging: Add VTY options to calculate T3113 timeout dynamicallyPau Espin Pedrol1-0/+1
2018-12-05bsc: Add define for ts_as_pchan_for_each_lchan with ts->pchan_on_initPau Espin Pedrol1-0/+13
2018-11-29bsc: ts_for_each_lchan: Improve documentationPau Espin Pedrol1-2/+4
2018-11-29bsc: ts_as_pchan_for_each_lchan: reorder and improve documentationPau Espin Pedrol1-9/+12
2018-11-27send Immediate Assignment Reject only before Immediate AssignmentNeels Hofmeyr1-0/+1
2018-11-20bsc: Enable force-combined-si on nanoBTS by defaultPau Espin Pedrol1-0/+4
2018-11-14cosmetic: lchan: introduce sub-struct lchan->release.*Neels Hofmeyr1-15/+17
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr1-1/+0
2018-11-14fix: send RR Release (e.g. after BSSMAP Clear Cmd)Neels Hofmeyr1-0/+1
2018-11-09gsm_data: make cgi_for_msc available for other modulesPhilipp Maier1-0/+2
2018-10-30vty: add 'show rejected-bts'Oliver Smith1-0/+11
2018-10-05codec_pref: handle S0-S15 in ASSIGNMENT REQUESTPhilipp Maier1-0/+1
2018-09-17gsm_data: remove unused struct member chan_modePhilipp Maier1-4/+0
2018-09-17gsm_data: remove unused struct member full_rate.Philipp Maier1-3/+0
2018-09-09Introduce gsm48_lchan2chan_desc_as_configured()Harald Welte1-0/+1
2018-09-09gsm48_lchan2chan_desc() belongs to gsm_data.hHarald Welte1-0/+3
2018-08-29lchan_fsm: safer 'concluded' flagNeels Hofmeyr1-1/+4
2018-08-23Fix heap-use-after-free due to OML link destructionPau Espin Pedrol1-0/+2
2018-07-28cosmetic: constify gsm_bts_num() net argNeels Hofmeyr1-1/+1
2018-07-28lchan_fsm: add in_release_handler flagNeels Hofmeyr1-0/+4
2018-07-28lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlierNeels Hofmeyr1-1/+3
2018-07-28fix BSC_CTR_ASSIGNMENT doc stringsNeels Hofmeyr1-7/+7
2018-07-28fix nanobts: timeslot FSM: use flags to remember OML,RSL statusNeels Hofmeyr1-1/+5
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-91/+266
2018-07-28add gsm_timers, for Tnnn definitions usable by FSMsNeels Hofmeyr1-37/+4
2018-07-28fix / clarify rsl dtap cacheNeels Hofmeyr1-3/+3
2018-07-28inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cellsNeels Hofmeyr1-0/+22
2018-06-08make T10 configurable like the rest of themNeels Hofmeyr1-0/+2
2018-06-08drop dead code: conn->T10, handled by gscon insteadNeels Hofmeyr1-2/+0
2018-06-08HO: introduce T7, T8, T101 timersNeels Hofmeyr1-1/+7
2018-06-07remove struct bsc_apiNeels Hofmeyr1-3/+0
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr1-3/+8
2018-06-02Add initial 3GPP LCLS support to OsmoBSCHarald Welte1-0/+12
2018-05-27move 'extern struct gsm_network *bsc_gsmnet" to header fileHarald Welte1-0/+2
2018-05-23cosmetic: define TCH_F_PDCH_PENDING_MASK as actual bitwise orNeels Hofmeyr1-2/+1
2018-05-23bsc_api.c: actually log with contextNeels Hofmeyr1-0/+8
2018-05-22add counter for connection attempts from BTS with unknown unit idStefan Sperling1-0/+3
2018-05-18show all global counters of osmo-bsc in vtyStefan Sperling1-3/+3
2018-05-10dyn TS: init only when both RSL and the Channel OM are establishedNeels Hofmeyr1-0/+7
2018-04-23gsm_data_shared.h: Remove unused enum gsm_paging_eventPau Espin Pedrol1-7/+0
2018-03-22bssmap: State correct speech codec in ASSIGNMENT COMPLETEHarald Welte1-3/+0
2018-03-22cosmetic: fix typoPhilipp Maier1-1/+1