laforge has submitted this change. ( 
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(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve




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: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Iee4cbd5f8699ed7da28a0f9ac5856b435e76b86a
Gerrit-Change-Number: 39540
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to