From a4b90739898a9cf652c8365518b87b01806d5e9c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 29 Jun 2021 12:16:32 +0200 Subject: Rename osmo dyn ts enums to contain SDCCH8 They will gain support to be activated as SDCCH/8 soon too. Related: SYS#5309 Depends: libosmocore.git I56dcfe4d17899630b17f80145c3ced72f1e91e68 Change-Id: Ia617d20fc52f09dbab8f4516c06fa1efac08e898 --- src/common/oml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/oml.c') diff --git a/src/common/oml.c b/src/common/oml.c index aeded8bf..819b033a 100644 --- a/src/common/oml.c +++ b/src/common/oml.c @@ -802,7 +802,7 @@ static int handle_chan_comb(struct gsm_bts_trx_ts *ts, const uint8_t comb) : GSM_PCHAN_TCH_F; /* Osmocom RSL CHAN ACT style dyn TS */ - if (pchan == GSM_PCHAN_TCH_F_TCH_H_PDCH) { + if (pchan == GSM_PCHAN_OSMO_DYN) { pchan = ts->dyn.pchan_is; /* If the dyn TS doesn't have a pchan yet, do nothing. */ -- cgit v1.2.3