aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/assignment_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-11stats: Add counters for Tx BSSMAP messages.Alexander Chemeris1-2/+5
2019-11-13Fix some typosMartin Hauke1-1/+1
2019-05-19bssap: Feed Assign Complete with Osmux CID retrieved from MGWPau Espin Pedrol1-2/+24
2019-05-03assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-66/+59
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-6/+5
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-6/+6
2019-04-08lchan activation: add explicit encryption info to activationNeels Hofmeyr1-0/+1
2019-03-15fix another log line end in assignment_fsm.cPau Espin Pedrol1-1/+1
2019-03-14fix log line end in assignment_fsm.cNeels Hofmeyr1-1/+1
2019-03-14Revert "assignment_fsm: Properly support assigning signalling mode TCH/x"Neels Hofmeyr1-58/+66
2019-03-14assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-66/+58
2019-03-08assignment_fsm: use activate.info.s15_s0 for ASS. COMPL.Philipp Maier1-1/+1
2019-02-21assignment_fsm: fix channel allocator preferencesPhilipp Maier1-48/+153
2019-01-28LCLS: use libosmocore function to add statusMax1-7/+4
2018-12-21make sure early lchan act failure resets the lchanNeels Hofmeyr1-1/+1
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr1-2/+2
2018-11-14fix: send RR Release (e.g. after BSSMAP Clear Cmd)Neels Hofmeyr1-2/+2
2018-10-05codec_pref: handle S0-S15 in ASSIGNMENT REQUESTPhilipp Maier1-1/+2
2018-09-26cosmetic: drop param from send_assignment_complete()Neels Hofmeyr1-4/+4
2018-09-26fix LCLS during Assignment: actually use new TCH lchanNeels Hofmeyr1-6/+10
2018-09-24assignment_fsm: only include speech codec (choosen) on AoIP networksPhilipp Maier1-4/+8
2018-09-07SCCPlite Assignment Complete: include Speech Codec (Chosen)Neels Hofmeyr1-4/+4
2018-09-06assignment: remove unnecessary call to gsm0808_speech_codec_from_chan_type()Philipp Maier1-2/+0
2018-07-28cosmetic: rename bsc_api.h to gsm_08_08.hNeels Hofmeyr1-1/+1
2018-07-28create separate logging categories for lchan,ts,as FSMsNeels Hofmeyr1-1/+1
2018-07-28cosmetic: FSMs: allow ignorable eventsNeels Hofmeyr1-3/+7
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-0/+650