tests: xua_test: Fix use of wrong buffer for dest addr

All the others parts use that buffer as its name indicates.

Change-Id: Ide7fe148cc762153330b08f66737816ceed96cb2
This commit is contained in:
Pau Espin 2018-05-16 14:32:19 +02:00
parent 3b8ff68a0a
commit 920b22c473
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ static const struct sccp2sua_testcase sccp2sua_testcases[] = {
.parts = {
PARTU32(SUA_IEI_PROTO_CLASS, &sua_proto_class2),
PARTU32(SUA_IEI_SRC_REF, &sua_loc_ref_msc),
PARTARR(SUA_IEI_DEST_ADDR, &sua_loc_ref_bsc),
PARTARR(SUA_IEI_DEST_ADDR, &sua_addr_ssn_bssmap),
},
},
}, {