Fix the invalid IMSI format in volte test code

This commit is contained in:
Sukchan Lee 2019-08-03 22:12:24 +09:00
parent 715d2b7922
commit fe5f2320b3
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ void pcscf_rx_send_aar(uint8_t **rx_sid, const char *ip,
ret = fd_msg_avp_add (avp, MSG_BRW_LAST_CHILD, avpch1);
ogs_assert(ret == 0);
#define RX_APP_IMSI_BCD "0123456789012345"
#define RX_APP_IMSI_BCD "001010123456789"
ret = fd_msg_avp_new(rx_subscription_id_data, 0, &avpch1);
ogs_assert(ret == 0);
val.os.data = (uint8_t *)RX_APP_IMSI_BCD;