Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58c29d22 authored by Shalabh Jain's avatar Shalabh Jain Committed by Stephen Boyd
Browse files

diag: Add new SSID



Modem header files added new SSID. We need same changes on Linux side.

Change-Id: Ia383fd1f8ab889369b2577ae2df13894a1a62f7a
Signed-off-by: default avatarShalabh Jain <shalabhj@codeaurora.org>
parent 6794cf46
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -108,10 +108,10 @@ the appropriate macros. */
/* This needs to be modified manually now, when we add
 a new RANGE of SSIDs to the msg_mask_tbl */
#define MSG_MASK_TBL_CNT		23
#define EVENT_LAST_ID			0x083F
#define EVENT_LAST_ID			0x08AD

#define MSG_SSID_0			0
#define MSG_SSID_0_LAST			90
#define MSG_SSID_0_LAST			91
#define MSG_SSID_1			500
#define MSG_SSID_1_LAST			506
#define MSG_SSID_2			1000
@@ -125,7 +125,7 @@ the appropriate macros. */
#define MSG_SSID_6			4500
#define MSG_SSID_6_LAST			4526
#define MSG_SSID_7			4600
#define MSG_SSID_7_LAST			4612
#define MSG_SSID_7_LAST			4613
#define MSG_SSID_8			5000
#define MSG_SSID_8_LAST			5029
#define MSG_SSID_9			5500
@@ -271,6 +271,7 @@ static const uint32_t msg_bld_masks_0[] = {
	MSG_LVL_LOW|MSG_LVL_MED|MSG_LVL_HIGH|MSG_LVL_ERROR|MSG_LVL_FATAL,
	MSG_LVL_LOW,
	MSG_LVL_MED,
	MSG_LVL_LOW,
	MSG_LVL_LOW
};

@@ -383,6 +384,7 @@ static const uint32_t msg_bld_masks_7[] = {
	MSG_LVL_MED,
	MSG_LVL_MED,
	MSG_LVL_MED,
	MSG_LVL_LOW,
	MSG_LVL_LOW
};