aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-01Drop duplicated arfcn_range_encode.c available in libosmocoreNeels Hofmeyr3-357/+16
2021-05-31lchan_fsm: introduce lchan.modify.ch_mode_rate to allow tweakingNeels Hofmeyr3-9/+12
2021-05-31ensure chan_mode comparisons in non-VAMOS modeNeels Hofmeyr9-25/+25
2021-05-31replace ts_*_for_each_lchan() with ts_for_n_lchans()Neels Hofmeyr8-23/+17
2021-05-31add fields to reflect nr of lchans in ts structNeels Hofmeyr2-12/+23
2021-05-31VTY: dump TSC Set and TSC for each timeslotNeels Hofmeyr1-3/+7
2021-05-31allow explixit TSC Set and TSC on chan activ / modif / assignmentNeels Hofmeyr6-13/+48
2021-05-28gsm48_lchan2chan_desc(): expose TSC as paramNeels Hofmeyr5-14/+17
2021-05-28add chan_mode_to_chan_type()Neels Hofmeyr1-15/+24
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr11-53/+57
2021-05-28hodec 2: do intra-cell congestion resolution by AssignmentNeels Hofmeyr2-11/+14
2021-05-28vty: actually trigger Assignment for 'assignment', not HONeels Hofmeyr1-20/+32
2021-05-28assignment_fsm: allow assignment to a specific lchanNeels Hofmeyr1-19/+85
2021-05-27assignment_fsm: tweak state transitions (prep for reassignment)Neels Hofmeyr1-16/+29
2021-05-27AMR config cleanup step 3: generate AMR LV on msg compositionNeels Hofmeyr3-82/+112
2021-05-27AMR config cleanup step 2: filter modes also for VTYNeels Hofmeyr1-18/+14
2021-05-27AMR config cleanup step 1: split lchan_mr_config()Neels Hofmeyr1-71/+83
2021-05-27move lchan->csd_mode into channel_mode_and_rateNeels Hofmeyr1-4/+2
2021-05-27eliminate lchan->rsl_cmodeNeels Hofmeyr4-42/+24
2021-05-27remove special case from assignment_count_result()Neels Hofmeyr1-27/+13
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr11-139/+172
2021-05-27potential segfault: vty chan act: do not set AMR bits for EFRNeels Hofmeyr1-1/+0
2021-05-27cosmetic scoping in reuse_existing_lchan()Neels Hofmeyr1-5/+6
2021-05-27assignment_fsm: send BSSMAP response only after Assignment RequestNeels Hofmeyr3-17/+32
2021-05-26hodec2: remove code dup of rxlev averagingNeels Hofmeyr1-4/+1
2021-05-25ctrl: Avoid fclose() on NULL pointerPau Espin Pedrol1-1/+1
2021-05-24ctrl: Introduce CTRL SET cmd to apply VTY cfg filePau Espin Pedrol1-0/+51
2021-05-23bsc: Use osmo_clock_gettime everywherePau Espin Pedrol3-3/+3
2021-05-23bsc: Clean up TS selection in ipaccess_sign_link_up/downPau Espin Pedrol1-4/+5
2021-05-23ipaccess-config: Clean up sign_link setup helperPau Espin Pedrol1-7/+8
2021-05-21assignment_fsm: tweak error log msg for mixed modesNeels Hofmeyr1-1/+1
2021-05-21lchan and assignment FSMs: make Channel Mode Modify more saneNeels Hofmeyr3-68/+188
2021-05-21cosmetic: rename lchan_activate_mode to lchan_activate_forNeels Hofmeyr1-1/+1
2021-05-21cosmetic: rename FOR_* to ACTIVATE_FOR_*Neels Hofmeyr6-32/+32
2021-05-21gscon MGCP: properly skip redundant MDCX towards MSCNeels Hofmeyr1-1/+3
2021-05-21log: show src file,line of lchan_set_last_errorNeels Hofmeyr2-22/+5
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-05-21select_codecs(): do not confuse bool 'true' with integer value 1Neels Hofmeyr1-6/+6
2021-05-21assignment_fsm: fix failure log message for lchan unavailableNeels Hofmeyr1-4/+4
2021-05-18Fix bts->description field not printed in config writePau Espin Pedrol1-0/+2
2021-05-11osmo-bsc: Avoid erroring every few secs about unconnected BTSPau Espin Pedrol1-1/+1
2021-05-04stats: add BTS uptime counterMichael Iedema2-0/+25
2021-04-28lchan_fsm: mode modify: fix missing timeouts and error transitionsNeels Hofmeyr2-2/+6
2021-04-28lchan_release(): do not release UNUSED lchanNeels Hofmeyr1-1/+1
2021-04-28comment: tweak pchan_subslots() descriptionNeels Hofmeyr1-2/+2
2021-04-28log: drop duplicate logging in ts_setup_lchans()Neels Hofmeyr1-2/+0
2021-04-28gsm_lchan_name_compute with ctxNeels Hofmeyr2-9/+4
2021-04-28Lb: make sure we never have missing timer configurabilityNeels Hofmeyr1-1/+1
2021-04-28Lb: add missing X12 timer configurabilityNeels Hofmeyr1-0/+1