osmo-bts/src/common
Vadim Yanitskiy a52c78dd3e common/bts.c: bts_supports_cm(): take care about GSM48_CMODE_SIGN
At the moment, bts_supports_cm() is only called on reception of
RSL Channel MODE MODIFY from the BSC. The idea is to check whether
the indicated RSL channel mode is supported by a BTS model.

RSL Channel MODE MODIFY message may indicate a channel in signalling
mode, i.e. GSM48_CMODE_SIGN, which has always been rejected so far.

Let's assume that signalling is always supported, as there is
no special BTS_FEAT_* definition to check that.

This change should make BTS_Tests.TC_rsl_modify_encr pass.

Change-Id: I8ea98a3eb9dc15a04f665596ee276883eb824b9a
2019-06-03 15:08:11 +00:00
..
Makefile.am split scheduler_mframe.c from scheduler.c 2018-02-26 15:01:08 +01:00
abis.c abis: inp_s_cbfn: Improve logging signal related information 2018-10-03 14:39:38 +02:00
amr.c Fix some spelling errors 2016-12-22 14:04:22 +00:00
bts.c common/bts.c: bts_supports_cm(): take care about GSM48_CMODE_SIGN 2019-06-03 15:08:11 +00:00
bts_ctrl_commands.c Add severity to OML FAILURE EVENT REPORT 2019-05-25 10:24:13 +02:00
bts_ctrl_lookup.c CTRL: make the CTRL-Interface IP address configurable 2017-01-10 15:45:59 +00:00
cbch.c cbch: Improve verbosity and extend logging; Always indicate BASIC/EXTD CBCH 2019-05-23 19:16:11 +00:00
dtx_dl_amr_fsm.c Fix Downlink AMR FSM name to avoid illegal space character 2017-10-24 18:43:45 +02:00
gsm_data_shared.c Make gsm_pchan2chan_nr() static 2019-03-18 11:39:07 +00:00
handover.c Use LOGPLCHAN whenever possible 2019-05-24 00:02:34 +02:00
l1sap.c Add severity to OML FAILURE EVENT REPORT 2019-05-25 10:24:13 +02:00
lchan.c cosmetic: common ts_is_pdch() 2016-08-30 07:35:47 +00:00
load_indication.c load_indication: Fix missing re-set of RACH parameters 2019-05-24 11:03:37 +02:00
logging.c use osmo_init_logging2() with proper talloc ctx 2018-04-04 17:54:37 +02:00
main.c Add severity to OML FAILURE EVENT REPORT 2019-05-25 10:24:13 +02:00
measurement.c lchan_meas_check_compute: Log value during incorrect num of SUB measurementes detected 2018-10-10 13:29:27 +02:00
msg_utils.c Use LOGPLCHAN whenever possible 2019-05-24 00:02:34 +02:00
oml.c Add severity to OML FAILURE EVENT REPORT 2019-05-25 10:24:13 +02:00
paging.c common/paging.c: fix unaligned pointer access 2019-04-24 15:57:06 +07:00
pcu_sock.c clear GPRS indicator in SI3 while PCU is disconnected 2019-05-28 19:59:07 +02:00
phy_link.c phy_link: Fix typo in state being printed 2017-05-24 19:26:48 +02:00
power_control.c Get rid of 'struct gsm_bts_role_bts' 2018-03-17 13:40:03 +01:00
rsl.c common/rsl.c: RSL_IE_HANDO_REF is mandatory for handover CHAN ACT 2019-06-01 19:23:42 +00:00
scheduler.c common/scheduler.c: track TDMA frame loss per logical channels 2018-10-25 17:51:33 +00:00
scheduler_mframe.c CBCH: Some more scheduler_mframe cleanup 2018-09-17 22:47:45 +02:00
sysinfo.c clear GPRS indicator in SI3 while PCU is disconnected 2019-05-28 19:59:07 +02:00
tx_power.c Cosmetic fixes for power ramping code. 2018-02-19 08:51:25 +00:00
vty.c cbch: Add counters; queue length limits and CBCH LOAD reporting 2019-05-23 19:16:11 +00:00