From 93713a55b93a30a01aaa99355d2d7abf4e4597a7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 12 Jul 2017 23:43:40 +0200 Subject: gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap() Change-Id: Ie1bc00670887064da0fea61c3dab036c23ceea25 --- include/osmocom/core/gsmtap_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/core/gsmtap_util.h') diff --git a/include/osmocom/core/gsmtap_util.h b/include/osmocom/core/gsmtap_util.h index 59b81e55..5c5e3fdd 100644 --- a/include/osmocom/core/gsmtap_util.h +++ b/include/osmocom/core/gsmtap_util.h @@ -9,6 +9,7 @@ * \file gsmtap_util.h */ uint8_t chantype_rsl2gsmtap(uint8_t rsl_chantype, uint8_t rsl_link_id); +void chantype_gsmtap2rsl(uint8_t gsmtap_chantype, uint8_t *rsl_chantype, uint8_t *link_id); struct msgb *gsmtap_makemsg_ex(uint8_t type, uint16_t arfcn, uint8_t ts, uint8_t chan_type, uint8_t ss, uint32_t fn, int8_t signal_dbm, -- cgit v1.2.3