aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-26 21:44:12 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-26 21:44:12 +0100
commit4173b174eb446533623bf492f152856ffe8d712b (patch)
tree8af5647108f6ee1736242038c481debfdfc8f9e1
parent56260b648c1ac416e553cb9a213d53b53060e4fd (diff)
libmsc: One of assign_compl and assign_fail will always be called
Remove the log messages and comments as they are wrong for now. Even for the mode modify we will get the assign complete call.
-rw-r--r--openbsc/src/libmsc/osmo_msc.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/openbsc/src/libmsc/osmo_msc.c b/openbsc/src/libmsc/osmo_msc.c
index 90fa56507..511d62f11 100644
--- a/openbsc/src/libmsc/osmo_msc.c
+++ b/openbsc/src/libmsc/osmo_msc.c
@@ -71,23 +71,11 @@ static void msc_assign_compl(struct gsm_subscriber_connection *conn,
uint8_t rr_cause, uint8_t chosen_channel,
uint8_t encr_alg_id, uint8_t speec)
{
- /*
- * The mncc code is not doing assignment requests and
- * we should not end here. See MNCC_LCHAN_MODIFY
- */
- LOGP(DMSC, LOGL_ERROR,
- "Assignment complete should not have been reached.\n");
}
static void msc_assign_fail(struct gsm_subscriber_connection *conn,
uint8_t cause, uint8_t *rr_cause)
{
- /*
- * The mncc code is not doing assignment requests and
- * we should not end here. See MNCC_LCHAN_MODIFY
- */
- LOGP(DMSC, LOGL_ERROR,
- "Assignment fail should not have been reached.\n");
}
static void msc_classmark_chg(struct gsm_subscriber_connection *conn,