aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gbproxy/gbproxy_test.c
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-09-17 12:05:08 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2014-09-19 11:21:13 +0200
commit2bb454380923c1bcc1e63d2cc7c6af93a11795d1 (patch)
tree1888eb8d5fe81aa09ca968d9d3d7a8a686324dce /openbsc/tests/gbproxy/gbproxy_test.c
parent1a02442f664aa43c7182a0646d8ed958eeb45a50 (diff)
gbproxy/test: Fix Identification Response
At one place, the reply to the second Ident Req contains the wrong IMSI. That is fixed by this patch. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/tests/gbproxy/gbproxy_test.c')
-rw-r--r--openbsc/tests/gbproxy/gbproxy_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/gbproxy/gbproxy_test.c b/openbsc/tests/gbproxy/gbproxy_test.c
index 6b5843e0c..5d6afa361 100644
--- a/openbsc/tests/gbproxy/gbproxy_test.c
+++ b/openbsc/tests/gbproxy/gbproxy_test.c
@@ -2673,7 +2673,7 @@ static void test_gbproxy_secondary_sgsn()
send_llc_ul_ui(nsi, "IDENT RESPONSE", &bss_peer[0], 0x1002,
foreign_bss_tlli2, &rai_bss, cell_id,
GPRS_SAPI_GMM, bss_nu++,
- dtap_identity_resp, sizeof(dtap_identity_resp));
+ dtap_identity2_resp, sizeof(dtap_identity2_resp));
dump_peers(stdout, 0, 0, &gbcfg);