From 0a6f62f8e333c6e9bf02958ff0272a12e03507a9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 6 Apr 2010 10:22:01 +0200 Subject: nat: Test forwarding Inactivity Test messages. No change needed to the code. --- openbsc/tests/bsc-nat/bsc_nat_test.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'openbsc/tests/bsc-nat/bsc_nat_test.c') diff --git a/openbsc/tests/bsc-nat/bsc_nat_test.c b/openbsc/tests/bsc-nat/bsc_nat_test.c index 8ec5914ec..a859d072d 100644 --- a/openbsc/tests/bsc-nat/bsc_nat_test.c +++ b/openbsc/tests/bsc-nat/bsc_nat_test.c @@ -89,6 +89,13 @@ static const u_int8_t bssmap_release_complete[] = { 0x05, 0x01, 0x02, 0x03, 0x00, 0x00, 0x03 }; +/* both directions IT timer */ +static const u_int8_t connnection_it[] = { + 0x00, 0x0b, 0xfd, + 0x10, 0x01, 0x02, 0x03, 0x01, 0x02, 0x03, + 0x00, 0x00, 0x00, 0x00, +}; + /* MGCP wrap... */ static const u_int8_t mgcp_msg[] = { 0x00, 0x03, 0xfc, @@ -157,6 +164,18 @@ static const struct filter_result results[] = { .dir = DIR_MSC, .result = 0, }, + { + .data = connnection_it, + .length = ARRAY_SIZE(connnection_it), + .dir = DIR_BSC, + .result = 0, + }, + { + .data = connnection_it, + .length = ARRAY_SIZE(connnection_it), + .dir = DIR_MSC, + .result = 0, + }, }; static void test_filter(void) -- cgit v1.2.3