fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/32746 )
Change subject: layer23: make verify_value_string_arrays_are_terminated.py happy
......................................................................
layer23: make verify_value_string_arrays_are_terminated.py happy
Change-Id: I664d9b8f77522126406db5e3a301f1f132748e0b
---
M src/host/layer23/src/common/settings.c
1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/46/32746/1
diff --git a/src/host/layer23/src/common/settings.c
b/src/host/layer23/src/common/settings.c
index 986d551..d4e70ec 100644
--- a/src/host/layer23/src/common/settings.c
+++ b/src/host/layer23/src/common/settings.c
@@ -212,13 +212,13 @@
{ AUDIO_IOH_L1PHY, "l1phy" },
{ AUDIO_IOH_MNCC_SOCK, "mncc-sock" },
{ AUDIO_IOH_LOOPBACK, "loopback" },
- { 0x00, NULL}
+ { 0, NULL }
};
const struct value_string audio_io_format_names[] = {
{ AUDIO_IOF_RTP, "rtp" },
{ AUDIO_IOF_TI, "ti" },
- { 0x00, NULL}
+ { 0, NULL }
};
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/32746
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I664d9b8f77522126406db5e3a301f1f132748e0b
Gerrit-Change-Number: 32746
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange