aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-03vty: fix doc: default value for 'nri bitlen'Neels Hofmeyr1-1/+1
2021-06-30power_control: omit BS Power Parameters IE if the maximum is 0 dBVadim Yanitskiy1-0/+6
2021-06-30lchan-select: Avoid setting variable for no reasonPau Espin Pedrol1-14/+3
2021-06-30Support proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol5-0/+178
2021-06-29hodec2: fix low rxqual tch/h<->tch/f oscillationNeels Hofmeyr1-1/+12
2021-06-29handover_decision_2.c: add current_rxqual()Neels Hofmeyr1-4/+10
2021-06-29hodec2: fix low rxlev tch/h<->tch/f oscillationNeels Hofmeyr1-1/+4
2021-06-29handover_decision_2.c: add is_low_rxlev()Neels Hofmeyr1-5/+9
2021-06-25vty: allow 5 encryption algo entriesNeels Hofmeyr1-1/+2
2021-06-24bsc_ctrl_commands: add command to write vty configPhilipp Maier1-0/+27
2021-06-23use osmo_select_shutdown to get rid of SIGTERM sleepNeels Hofmeyr1-3/+5
2021-06-23abis_rsl: fix rsl_rx_ccch_load(): properly check the message lengthVadim Yanitskiy1-1/+1
2021-06-22support A5/4 in inter-BSC HandoverNeels Hofmeyr1-3/+19
2021-06-21VTY: fix typo in a command description: s/send/sent/Vadim Yanitskiy1-1/+1
2021-06-18implement A5/4 in Ciphering Mode procedureNeels Hofmeyr2-1/+27
2021-06-18vty: allow A5/4 encryption in configEric1-1/+1
2021-06-18dissolve gsm0808_cipher_mode() into bssmap_handle_cipher_mode()Neels Hofmeyr1-32/+25
2021-06-18rewire build_encr_info() to return errorsNeels Hofmeyr1-4/+35
2021-06-18rsl_lchan_lookup: drop redundant conditionNeels Hofmeyr1-1/+1
2021-06-18rsl_data_request() check lchan pointer before accessNeels Hofmeyr1-5/+7
2021-06-18hodec2: don't apply AFS bias to same-cell lchansNeels Hofmeyr1-6/+8
2021-06-17Introduce counters to track SRVCC proceduresPau Espin Pedrol2-0/+31
2021-06-17Introduce VTY command to disable srvcc fast-return on target BTSPau Espin Pedrol5-9/+35
2021-06-15vty: reassign: add missing check for valid target lchanNeels Hofmeyr1-0/+4
2021-06-15fixup for vamos: fix wrong cbits in rsl_lchan_lookup()Neels Hofmeyr1-1/+1
2021-06-13hodec2: implement upgrade TCH/H -> TCH/F (without AFS bias)Neels Hofmeyr1-6/+10
2021-06-10lchan_fsm: lchan_fail() strings should not have a terminating newlineNeels Hofmeyr2-10/+10
2021-06-10RSL: set default TEI according to TRX numberNeels Hofmeyr1-0/+2
2021-06-10cosmetic loop simplification in gsm48_multirate_config()Neels Hofmeyr1-3/+3
2021-06-10get_any_lchan(): reduce minor code dupNeels Hofmeyr1-11/+4
2021-06-10clarify bts_chan_loadNeels Hofmeyr1-7/+6
2021-06-10log: assignment_fsm: tweak err msg for incompatible chanNeels Hofmeyr1-2/+4
2021-06-10log: assignment_fsm: drop newline from assignment_failNeels Hofmeyr1-1/+1
2021-06-10VTY: add lchan re-assignment commandNeels Hofmeyr2-0/+90
2021-06-10VTY: add 'vamos-subslot' to activate a secondary lchanNeels Hofmeyr1-7/+23
2021-06-10VTY: 'show lchan': show that lchan is in VAMOS modeNeels Hofmeyr1-1/+4
2021-06-10RSL: rx and tx VAMOS Channel Number cbits for VAMOS lchansNeels Hofmeyr5-33/+74
2021-06-10RSL chan_nr: replace OSMO_ASSERT with error handlingNeels Hofmeyr6-49/+172
2021-06-10rsl_lchan_lookup(): add comment explaining ts_is_capable_of_pchan()Neels Hofmeyr1-0/+4
2021-06-10rsl_lchan_lookup(): turn cbits if-cascade into a switch()Neels Hofmeyr1-7/+28
2021-06-10update the lchan name to always reflect VAMOS shadownessNeels Hofmeyr5-11/+23
2021-06-10add VAMOS secondary lchans to timeslot structNeels Hofmeyr4-12/+102
2021-06-10RR Assignment for VAMOS: send TSC SetNeels Hofmeyr1-0/+6
2021-06-10implement CHANnel ACTIVate to VAMOS modeNeels Hofmeyr3-4/+37
2021-06-10add missing AMR config for RTP activation after mode modifyNeels Hofmeyr1-11/+19
2021-06-10lchan_fsm: introduce lchan.activate.ch_mode_rate to allow tweakingNeels Hofmeyr4-13/+19
2021-06-10add lchan->vamos.is_secondary flagNeels Hofmeyr1-2/+5
2021-06-10vty: add lchan modify '(vamos|non-vamos)' commandNeels Hofmeyr1-28/+84
2021-06-10implement Channel Mode Modify to VAMOS modeNeels Hofmeyr3-6/+46
2021-06-09allow mode modify when RTP stream is activeNeels Hofmeyr1-9/+0