aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-05-29 16:23:02 +0200
committerHarald Welte <laforge@gnumonks.org>2017-06-09 09:00:04 +0000
commitd22b5b84c0ac656da47d7bc83e9a4b954d766ed6 (patch)
tree34474ab557ec287163eeb28ed8ae2c76ec5ccdd9 /include
parentd5fdcfe6d95f52fb76c4f4201969347a062fc9fd (diff)
Re-add version to phy_instance
This is resubmission of 9eeb0b1a136fc8c24a86cb4d832c264674c10db0 with errorneous use of talloc_asprintf() removed which should fix OS#2316. Change-Id: I02ae6fffdc808c1ea14185dbb4a720d27a62d4bb Related: OS#1614
Diffstat (limited to 'include')
-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 2164dfa9..4c7ff348 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -76,7 +76,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;