diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-07-12 23:43:40 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-07-13 00:03:27 +0200 |
commit | 93713a55b93a30a01aaa99355d2d7abf4e4597a7 (patch) | |
tree | 1873b4914ef4ec76a32c2a508bcd888e4c173af2 /include | |
parent | b808da44ab417df0a66a9530c6aa8a45f74e74be (diff) |
gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()
Change-Id: Ie1bc00670887064da0fea61c3dab036c23ceea25
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/core/gsmtap_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |