Commit 5a4c08dc authored by Haruki NAOI's avatar Haruki NAOI

Fix: overflow TAC and drop paging message.

(cherry picked from commit 541b9e07f0573cfebb00a24f675d72459bbd5eb2)
parent f7b26e1e
......@@ -533,10 +533,10 @@ typedef struct s1ap_paging_ind_s {
plmn_identity_t plmn_identity[256];
/* TAC in TAIList of Paging*/
int16_t tac[256];
uint16_t tac[256];
/* size of TAIList*/
int16_t tai_size;
uint16_t tai_size;
/* Optional fields */
paging_drx_t paging_drx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment