aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/phy_link.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-05-29 16:23:02 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-29 21:13:45 +0000
commit9eeb0b1a136fc8c24a86cb4d832c264674c10db0 (patch)
tree00e96234634355c26b8b2c97156ba7275f6d0d20 /include/osmo-bts/phy_link.h
parenta8bf666a099ecc7bb8436f31b7f30e246ef50015 (diff)
Add version to phy_instance
Diffstat (limited to 'include/osmo-bts/phy_link.h')
-rw-r--r--include/osmo-bts/phy_link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index e8fd7eb7..4d1dadb1 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -75,7 +75,7 @@ struct phy_instance {
struct llist_head list;
int num;
char *description;
-
+ char version[MAX_VERSION_LENGTH];
/* pointer to the PHY link to which we belong */
struct phy_link *phy_link;