aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/bsc-nat/bsc_data.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 19:00:53 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 19:00:53 +0800
commita594342f71e835d0316a3ee655a6c1a58679e1b4 (patch)
tree3b2eb213c518ea3434c5f7f60a46246fcce1e79f /openbsc/tests/bsc-nat/bsc_data.c
parent5f54075a8be6e041c8fbf56ff6281fc78a6d7929 (diff)
parent09ecda49d7e12412d50e85109e3f3dc81d76927f (diff)
Merge branch 'zecke/imsi-filter'
Diffstat (limited to 'openbsc/tests/bsc-nat/bsc_data.c')
-rw-r--r--openbsc/tests/bsc-nat/bsc_data.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/tests/bsc-nat/bsc_data.c b/openbsc/tests/bsc-nat/bsc_data.c
index a3239799c..1bc15c873 100644
--- a/openbsc/tests/bsc-nat/bsc_data.c
+++ b/openbsc/tests/bsc-nat/bsc_data.c
@@ -88,6 +88,14 @@ static const uint8_t ass_cmd[] = {
0x01, 0x0b, 0x03, 0x01, 0x0a, 0x11, 0x01, 0x00,
0x15 };
+/* identity response */
+static const uint8_t id_resp[] = {
+0x00, 0x15, 0xfd, 0x06, 0x01, 0x1c, 0xdc,
+0x00, 0x01, 0x0e, 0x01, 0x00, 0x0b, 0x05, 0x59,
+0x08, 0x29, 0x40, 0x21, 0x03, 0x07, 0x48, 0x66,
+0x31
+};
+
/*
* MGCP messages
*/