aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-03-26 18:51:03 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-03-26 18:51:05 +0200
commitbc893d3e14a26c88f9cca50d3bbb4d312e04a6f1 (patch)
tree0aebe128018f35de0ae522926c996f144fc5ba24 /tests
parenta9e4268a0ab2ce39c5cd8b77fd30688727fbbf1f (diff)
bssap: Log non handled paging requests
Return code in bssap_test is changed to ack it was sent and prevent the log from being printed. Change-Id: Ie8075d076cc34570fefce3beb577567707a29d4e
Diffstat (limited to 'tests')
-rw-r--r--tests/bssap/bssap_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bssap/bssap_test.c b/tests/bssap/bssap_test.c
index 5601e29a1..0cbf34a35 100644
--- a/tests/bssap/bssap_test.c
+++ b/tests/bssap/bssap_test.c
@@ -50,7 +50,7 @@ int __wrap_bsc_grace_paging_request(enum signal_rf rf_policy, struct bsc_subscr
else
fprintf(stderr, "BSC paging started with LAC %u\n", subscr->lac);
OSMO_ASSERT(gl_expect_lac == subscr->lac);
- return 0;
+ return 1;
}
struct {