aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-14 13:06:47 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-29 10:02:10 +0100
commit32828708b25d506ad81f4cd78e0b423d95507d98 (patch)
tree89bb25fd0a61ccd9b3b5e542dedb121035ad0a79 /src
parent7b81128d445007c8ca845c411180e66d40105e20 (diff)
hnb-test: tweak comment
Diffstat (limited to 'src')
-rw-r--r--src/tests/hnb-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c
index 1f0685a..087e93f 100644
--- a/src/tests/hnb-test.c
+++ b/src/tests/hnb-test.c
@@ -542,7 +542,7 @@ struct hnbtest_chan {
static struct msgb *gen_initue_lu(int is_ps, uint32_t conn_id, const char *imsi)
{
uint8_t lu[] = { 0x05, 0x08, 0x70, 0x62, 0xf2, 0x30, 0xff, 0xf3, 0x57,
- /* len- IMSI------------------------------------------ */
+ /* len, IMSI/type, IMSI-------------------------------- */
0x08, 0x29, 0x26, 0x24, 0x10, 0x32, 0x54, 0x76, 0x98,
0x33, 0x03, 0x57, 0x18 , 0xb2 };
uint8_t plmn_id[] = { 0x09, 0x01, 0x99 };