aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_04_08_rr.c
AgeCommit message (Expand)AuthorFilesLines
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