aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_04_08_rr.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-22rename RSL_ENC_ALG_A5 to ALG_A5_NR_TO_RSL, clarifyNeels Hofmeyr1-1/+1
2021-08-29gsm_04_08_rr: silently ignore RR UTRAN Classmark ChangeVadim Yanitskiy1-0/+3
2021-06-10cosmetic loop simplification in gsm48_multirate_config()Neels Hofmeyr1-3/+3
2021-06-10RSL: rx and tx VAMOS Channel Number cbits for VAMOS lchansNeels Hofmeyr1-3/+3
2021-06-10RSL chan_nr: replace OSMO_ASSERT with error handlingNeels Hofmeyr1-3/+16
2021-06-10RR Assignment for VAMOS: send TSC SetNeels Hofmeyr1-0/+6
2021-06-10implement Channel Mode Modify to VAMOS modeNeels Hofmeyr1-0/+6
2021-06-02fixup for Mode Modify TSCNeels Hofmeyr1-5/+1
2021-05-31lchan_fsm: introduce lchan.modify.ch_mode_rate to allow tweakingNeels Hofmeyr1-3/+3
2021-05-31ensure chan_mode comparisons in non-VAMOS modeNeels Hofmeyr1-3/+3
2021-05-31allow explixit TSC Set and TSC on chan activ / modif / assignmentNeels Hofmeyr1-2/+4
2021-05-28gsm48_lchan2chan_desc(): expose TSC as paramNeels Hofmeyr1-3/+3
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr1-1/+1
2021-05-27AMR config cleanup step 3: generate AMR LV on msg compositionNeels Hofmeyr1-30/+76
2021-05-27eliminate lchan->rsl_cmodeNeels Hofmeyr1-18/+0
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr1-8/+8
2021-05-21gsm48_send_rr_ass_cmd(): rename lchan to new_lchanNeels Hofmeyr1-10/+10
2021-05-21gsm48_send_rr_ass_cmd(): rename dest_lchan to current_lchanNeels Hofmeyr1-2/+2
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol1-4/+6
2021-04-15cosmetic: Fix typo in func descriptionPau Espin Pedrol1-1/+1
2021-04-06[hopping] gsm48_send_rr_ass_cmd(): use Cell Channel Description from SI1Vadim Yanitskiy1-3/+5
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr1-1/+0
2020-10-07compl l3: allocate conn in gsm_08_08.c, not gsm_04_08_rr.cNeels Hofmeyr1-15/+1
2020-09-15gsm 04.08: correct calculate the Cell Selection Indicator after release of al...Alexander Couzens1-4/+4
2020-09-10gsm 04.08: encode the LTE neighbors measurement bandwindth in Channel ReleaseAlexander Couzens1-2/+8
2020-09-03lchan_fsm: make rsl mode-modify working againPhilipp Maier1-12/+3
2020-09-03gsm_04_08_rr: fix hopping parameters in RR Handover CommandVadim Yanitskiy1-9/+10
2020-08-13debug log: add RR Release cause code to the logNeels Hofmeyr1-2/+2
2020-08-12gsm_04_08_rr: block EMERGENCY SETUP when EMERGENCY CALLS are deniedPhilipp Maier1-0/+19
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-07-16RR Channel Release: pass Cause code from BSSMAP Clear to the BTSNeels Hofmeyr1-1/+1
2020-07-16RR Release Cell selection IE: fix repeated EARFCNs encodingNeels Hofmeyr1-4/+8
2020-07-03gsm_04_08_rr: fix hopping parameters in RR Assignment CommandVadim Yanitskiy1-3/+9
2020-06-16use osmo_mobile_identity API everywhereNeels Hofmeyr1-14/+0
2020-06-16remove extract_sub(), add bsc_subscr_find_or_create_by_mi()Neels Hofmeyr1-10/+0
2020-05-29Return 0 from gsm0408_rcvmsg() if SCCP link is already closed.Alexander Chemeris1-1/+1
2019-11-13Fix some typosMartin Hauke1-3/+3
2019-09-06SMSCB: Send ETWS primary warning message via all dedicated channelsHarald Welte1-0/+22
2019-04-17gsm_data.h: Remove unused variable from OpenBSC timesDaniel Willmann1-4/+0
2019-02-05Implement CSFB "Fast Return" Handling at RR RELEASEHarald Welte1-0/+66
2018-12-06gsm_04_08: Free GSM subscr conn if paging response can't be matchedDaniel Willmann1-1/+1
2018-11-21gsm0408_rcvmsg: Release lchan if L3 fails to completePau Espin Pedrol1-1/+6
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr1-1/+1
2018-11-14fix: send RR Release (e.g. after BSSMAP Clear Cmd)Neels Hofmeyr1-1/+1
2018-10-24gsm_04_08: improve gsm48_multirate_config()Philipp Maier1-23/+89
2018-09-18Implement RR Classmark EnquiryNeels Hofmeyr1-0/+15
2018-07-28cosmetic: rename bsc_api.h to gsm_08_08.hNeels Hofmeyr1-1/+1
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-223/+73
2018-07-28cosmetic: move RR functions from bsc_api.c to gsm_04_08_rr.cNeels Hofmeyr1-0/+307
2018-07-28rename gsm_04_08_utils.[hc] to gsm_04_08_rrNeels Hofmeyr1-0/+718