aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-22handover2 congestion check: do not complain when no TCH/x lchans are in opera...cccamp2019Neels Hofmeyr1-1/+2
2019-07-13comment and VTY doc tweaksNeels Hofmeyr1-1/+1
2019-05-26Allow VTY to set the CCCH Load Indication ThresholdHarald Welte1-0/+3
2019-05-24keep per-BTS stat_items about RACH busy / RACH access percentageHarald Welte1-0/+2
2019-05-19bssap: Parse Osmux CID on BSSAP Assign Req recv and use it in MGCPPau Espin Pedrol1-0/+3
2019-05-03assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-7/+10
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-7/+8
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-2/+2
2019-04-17gsm_data.h: Remove unused variable from OpenBSC timesDaniel Willmann1-1/+0
2019-04-08Handover Request: also parse Chosen Algorithm IE, pass to lchan activationNeels Hofmeyr1-0/+4
2019-04-08lchan activation: add explicit encryption info to activationNeels Hofmeyr1-0/+1
2019-03-14Revert "assignment_fsm: Properly support assigning signalling mode TCH/x"Neels Hofmeyr1-10/+7
2019-03-14Move msc related code from gsm_data to bsc_mscPau Espin Pedrol1-2/+0
2019-03-14assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-7/+10
2019-03-04cosmetic: drop unused struct mgcp_ctx shadowNeels Hofmeyr1-1/+0
2019-02-21assignment_fsm: fix channel allocator preferencesPhilipp Maier1-3/+19
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