aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/trx_if.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-04-14 20:45:49 +0200
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-04-21 01:26:00 +0200
commit32ef94cac0b6e1c1f1de2a5637dc253e0fd9ec0f (patch)
treea2d436e2098509228303ed18c9990e3398397f6b /src/osmo-bts-trx/trx_if.h
parent0b33ab8ac2026e5d1a22bb72fe5e1b850be28d12 (diff)
osmo-bts-trx: cosmetic: TRXD 'header version' -> 'PDU version'
TRXDv2 brings significant changes to the whole PDU structure, not just the header. Let's highlight this in the code / strings. Change-Id: Id0274bd1ae5c419548596ed1852e6a28ec62b713 Related: SYS#4895, OS#4941, OS#4006
Diffstat (limited to 'src/osmo-bts-trx/trx_if.h')
-rw-r--r--src/osmo-bts-trx/trx_if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-trx/trx_if.h b/src/osmo-bts-trx/trx_if.h
index 17bc7db2..120d3bda 100644
--- a/src/osmo-bts-trx/trx_if.h
+++ b/src/osmo-bts-trx/trx_if.h
@@ -39,8 +39,8 @@ int trx_if_cmd_rfmute(struct trx_l1h *l1h, bool mute);
int trx_if_send_burst(struct trx_l1h *l1h, const struct trx_dl_burst_req *br);
int trx_if_powered(struct trx_l1h *l1h);
-/* The latest supported TRXD header format version */
-#define TRX_DATA_FORMAT_VER 1
+/* The latest supported TRXD PDU version */
+#define TRX_DATA_PDU_VER 1
/* Format negotiation command */
int trx_if_cmd_setformat(struct trx_l1h *l1h, uint8_t ver, trx_if_cmd_generic_cb *cb);