nat: Update the test for the new <0,0,1 semantic of the filter function

A test case with a TMSI is missing, this would be needed for
better coverage of the filter test case.
This commit is contained in:
Holger Hans Peter Freyther 2010-09-15 01:42:07 +08:00
parent 74e0a1b91c
commit d880f54f4b
1 changed files with 5 additions and 5 deletions

View File

@ -582,19 +582,19 @@ static struct cr_filter cr_filter[] = {
{
.data = bssmap_cr,
.length = sizeof(bssmap_cr),
.result = 0,
.result = 1,
.contype = NAT_CON_TYPE_CM_SERV_REQ,
},
{
.data = bss_lu,
.length = sizeof(bss_lu),
.result = 0,
.result = 1,
.contype = NAT_CON_TYPE_LU,
},
{
.data = pag_resp,
.length = sizeof(pag_resp),
.result = 0,
.result = 1,
.contype = NAT_CON_TYPE_PAG_RESP,
},
{
@ -609,7 +609,7 @@ static struct cr_filter cr_filter[] = {
/* BSC allow is before NAT deny */
.data = bss_lu,
.length = sizeof(bss_lu),
.result = 0,
.result = 1,
.nat_imsi_deny = "[0-9]*",
.bsc_imsi_allow = "2440[0-9]*",
.contype = NAT_CON_TYPE_LU,
@ -618,7 +618,7 @@ static struct cr_filter cr_filter[] = {
/* BSC allow is before NAT deny */
.data = bss_lu,
.length = sizeof(bss_lu),
.result = 0,
.result = 1,
.bsc_imsi_allow = "[0-9]*",
.nat_imsi_deny = "[0-9]*",
.contype = NAT_CON_TYPE_LU,