aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-03 11:47:42 +0200
committerHarald Welte <laforge@gnumonks.org>2012-06-03 11:47:42 +0200
commit0455e51cd528ba14b11248a7e722f0c05a7bc2eb (patch)
tree4b84915c8facaca1c0e5a6b484d1c2c0267a0cbd /src/osmo-bts-sysmo/main.c
parentad09615acbc9ca3e6804780ff5641448067613c1 (diff)
Use git-generated PACKAGE_VERSION in IPA IDTAG_SWVERSION
We previously used to send the bogus string "0815" which was a hack from early development time, but is obviously not a generally useful idea.
Diffstat (limited to 'src/osmo-bts-sysmo/main.c')
-rw-r--r--src/osmo-bts-sysmo/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index 1dcc8d39..03db2382 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -50,8 +50,6 @@
/* FIXME: read from real hardware */
const uint8_t abis_mac[6] = { 0,1,2,3,4,5 };
-/* FIXME: generate from git */
-const char *software_version = "0815";
static const char *config_file = "osmo-bts.cfg";
static int daemonize = 0;