aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sgsn/sgsn_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/sgsn/sgsn_test.c')
-rw-r--r--openbsc/tests/sgsn/sgsn_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/sgsn/sgsn_test.c b/openbsc/tests/sgsn/sgsn_test.c
index 00ee86679..cb3c29472 100644
--- a/openbsc/tests/sgsn/sgsn_test.c
+++ b/openbsc/tests/sgsn/sgsn_test.c
@@ -213,7 +213,7 @@ static void test_gmm_detach_power_off(void)
/* verify that no message (and therefore no Detach Accept) has been
* sent by the SGSN */
- /* OSMO_ASSERT(sgsn_tx_counter_old == sgsn_tx_counter); */
+ OSMO_ASSERT(sgsn_tx_counter_old == sgsn_tx_counter);
/* verify that things are gone */
OSMO_ASSERT(count(gprs_llme_list()) == 0);