aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_utils.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-13 16:59:59 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-04 13:36:24 +0000
commit8baa45a8e312852d1ae65d218ee9c98430cd15bb (patch)
treeec8a0e06caf83fcae4bbbb784f96440013ebad79 /src/osmo-bts-octphy/l1_utils.h
parent3902e4d9c40faadd0bf039d54b75318326a9718e (diff)
octphy: complete value strings (octphy_cid_vals)
The value string table octphy_cid_vals lacks the strings for cOCTVC1_MAIN_MSG_APPLICATION_INFO_CID and cOCTVC1_MAIN_MSG_APPLICATION_INFO_CID (Patch by Octasic Inc.) Change-Id: I9843137b55534a29938d5c2308244a6950de788f
Diffstat (limited to 'src/osmo-bts-octphy/l1_utils.h')
-rw-r--r--src/osmo-bts-octphy/l1_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-octphy/l1_utils.h b/src/osmo-bts-octphy/l1_utils.h
index cec9f75e..d1a87170 100644
--- a/src/osmo-bts-octphy/l1_utils.h
+++ b/src/osmo-bts-octphy/l1_utils.h
@@ -5,5 +5,5 @@
const struct value_string octphy_l1sapi_names[23];
const struct value_string octphy_dir_names[5];
const struct value_string octphy_clkmgr_state_vals[8];
-const struct value_string octphy_cid_vals[35];
+const struct value_string octphy_cid_vals[37];
const struct value_string octphy_eid_vals[7];