aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-08-17 23:25:23 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2011-08-17 23:25:38 +0200
commit62684168518356fd78bf07dc719dc19c5b1562b4 (patch)
tree010ec8c198cb46fa86d56e3425ddcd5674746cf0 /tests
parenta54269c81eda71611c05fae036f4eee78fb254f8 (diff)
test: use site_id 1801 in ipa BTS example
Thus we can use it with the example file for openBSC under doc/examples/nanobts/openbsc.cfg.
Diffstat (limited to 'tests')
-rw-r--r--tests/e1inp_ipa_bts_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e1inp_ipa_bts_test.c b/tests/e1inp_ipa_bts_test.c
index d2a21f9..2c03d94 100644
--- a/tests/e1inp_ipa_bts_test.c
+++ b/tests/e1inp_ipa_bts_test.c
@@ -233,7 +233,7 @@ static int test_bts_gsm_12_21_cb(struct osmo_fd *ofd, unsigned int what)
int main(void)
{
struct ipaccess_unit bts_dev_info = {
- .site_id = 0,
+ .site_id = 1801,
.bts_id = 0,
.trx_id = 0,
.unit_name = "testBTS",