mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
gprs/test: Fix GSUP Purge MS response messages
Currently the message types for these message types are wrong. This patch inserts the correct message types. Sponsored-by: On-Waves ehf
This commit is contained in:
committed by
Holger Hans Peter Freyther
parent
466cedd052
commit
85ba655788
@@ -477,13 +477,13 @@ static void test_gsup_messages_dec_enc(void)
|
||||
};
|
||||
|
||||
static const uint8_t purge_ms_err[] = {
|
||||
0x0c,
|
||||
0x0d,
|
||||
TEST_IMSI_IE,
|
||||
0x02, 0x01, 0x03, /* Illegal MS */
|
||||
};
|
||||
|
||||
static const uint8_t purge_ms_res[] = {
|
||||
0x0c,
|
||||
0x0e,
|
||||
TEST_IMSI_IE,
|
||||
0x07, 0x00,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user