fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/28111 )
Change subject: layer23: chantype_rsl2gsmtap() is deprecated, use chantype_rsl2gsmtap2()
......................................................................
layer23: chantype_rsl2gsmtap() is deprecated, use chantype_rsl2gsmtap2()
Change-Id: Id54b973cec8479fc32775be260f8a9fac8f09bae
---
M src/host/layer23/src/common/l1ctl.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/11/28111/1
diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c
index 9af6167..5e02dbe 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -82,7 +82,7 @@
static uint8_t chantype_rsl2gsmtap_ext(uint8_t rsl_chantype, uint8_t link_id, uint32_t
fn, uint8_t num_agch)
{
- uint8_t ret = chantype_rsl2gsmtap(rsl_chantype, link_id);
+ uint8_t ret = chantype_rsl2gsmtap2(rsl_chantype, link_id, false);
if (ret != GSMTAP_CHANNEL_PCH)
return ret;
@@ -387,7 +387,7 @@
/* send copy via GSMTAP */
rsl_dec_chan_nr(chan_nr, &chan_type, &chan_ss, &chan_ts);
- gsmtap_chan_type = chantype_rsl2gsmtap(chan_type, link_id);
+ gsmtap_chan_type = chantype_rsl2gsmtap2(chan_type, link_id, false);
gsmtap_send(gsmtap_inst, ms->rrlayer.cd_now.arfcn | GSMTAP_ARFCN_F_UPLINK,
chan_ts, gsmtap_chan_type, chan_ss, 0, 127, 255,
msg->l2h, msgb_l2len(msg));
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/28111
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Id54b973cec8479fc32775be260f8a9fac8f09bae
Gerrit-Change-Number: 28111
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange