pespin submitted this change.

View Change



2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: osmith: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
layer23: Use GSM23003_IMEI(SV)_NUM_DIGITS from libosmocore

Change-Id: I12a96043947c0f5366f550944a4df5edd2fd2c9d
---
M src/host/layer23/include/osmocom/bb/common/settings.h
1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/host/layer23/include/osmocom/bb/common/settings.h b/src/host/layer23/include/osmocom/bb/common/settings.h
index 60b9df1..88ce280 100644
--- a/src/host/layer23/include/osmocom/bb/common/settings.h
+++ b/src/host/layer23/include/osmocom/bb/common/settings.h
@@ -69,8 +69,8 @@
struct audio_settings audio;

/* IMEI */
- char imei[16];
- char imeisv[17];
+ char imei[GSM23003_IMEI_NUM_DIGITS + 1];
+ char imeisv[GSM23003_IMEISV_NUM_DIGITS + 1];
char imei_random;

/* network search */

To view, visit change 32437. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I12a96043947c0f5366f550944a4df5edd2fd2c9d
Gerrit-Change-Number: 32437
Gerrit-PatchSet: 7
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged