fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/39540?usp=email )
Change subject: gsmtap: fix outdated header version in comment
......................................................................
gsmtap: fix outdated header version in comment
Change-Id: Iee4cbd5f8699ed7da28a0f9ac5856b435e76b86a
---
M include/osmocom/core/gsmtap.h
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/40/39540/1
diff --git a/include/osmocom/core/gsmtap.h b/include/osmocom/core/gsmtap.h
index ebb5296..d153efc 100644
--- a/include/osmocom/core/gsmtap.h
+++ b/include/osmocom/core/gsmtap.h
@@ -303,7 +303,7 @@
/* ====== DO NOT MAKE UNAPPROVED MODIFICATIONS HERE ===== */
/*! Structure of the GSMTAP pseudo-header */
struct gsmtap_hdr {
- uint8_t version; /*!< version, set to 0x01 currently */
+ uint8_t version; /*!< version, set to GSMTAP_VERSION */
uint8_t hdr_len; /*!< length in number of 32bit words */
uint8_t type; /*!< see GSMTAP_TYPE_* */
uint8_t timeslot; /*!< timeslot (0..7 on Um) */
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/39540?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Iee4cbd5f8699ed7da28a0f9ac5856b435e76b86a
Gerrit-Change-Number: 39540
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>