laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/17428 )

Change subject: fixup depreciation warning
......................................................................

fixup depreciation warning

Change-Id: Id2d016939c3a6185cc3cfa8631da0c8d187a8c5a
---
M include/osmocom/core/gsmtap_util.h
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/include/osmocom/core/gsmtap_util.h 
b/include/osmocom/core/gsmtap_util.h
index d583401..9b215be 100644
--- a/include/osmocom/core/gsmtap_util.h
+++ b/include/osmocom/core/gsmtap_util.h
@@ -10,8 +10,8 @@

 uint8_t chantype_rsl2gsmtap2(uint8_t rsl_chantype, uint8_t rsl_link_id, bool 
user_plane);

-uint8_t chantype_rsl2gsmtap(uint8_t rsl_chantype, uint8_t rsl_link_id);
-       OSMO_DEPRECATED("Use chantype_rsl2gsmtap2() instead")
+uint8_t chantype_rsl2gsmtap(uint8_t rsl_chantype, uint8_t rsl_link_id)
+       OSMO_DEPRECATED("Use chantype_rsl2gsmtap2() instead");

 void chantype_gsmtap2rsl(uint8_t gsmtap_chantype, uint8_t *rsl_chantype, 
uint8_t *link_id);


--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/17428
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Id2d016939c3a6185cc3cfa8631da0c8d187a8c5a
Gerrit-Change-Number: 17428
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-MessageType: merged

Reply via email to