mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
Fix the invalid IMSI format in volte test code
This commit is contained in:
parent
715d2b7922
commit
fe5f2320b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue