BSSGP: cosmetic use OSMO_IMSI_BUF_SIZE from libosmocore

Change-Id: I2079118100a3422e9c2ee63a5ac74e3ee81080b3
This commit is contained in:
Vadim Yanitskiy 2020-03-26 01:44:37 +07:00 committed by pespin
parent 2b6acd8873
commit f497412f20
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ static int gprs_bssgp_pcu_rx_paging_cs(struct msgb *msg, struct tlv_parsed *tp)
static int gprs_bssgp_pcu_rx_paging_ps(struct msgb *msg, struct tlv_parsed *tp)
{
char imsi[16];
char imsi[OSMO_IMSI_BUF_SIZE];
uint16_t pgroup;
const uint8_t *mi;
uint8_t mi_len;