summaryrefslogtreecommitdiffstats
path: root/gsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gsm.cpp')
-rw-r--r--gsm.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gsm.cpp b/gsm.cpp
index b1895f8..cd3aa8f 100644
--- a/gsm.cpp
+++ b/gsm.cpp
@@ -1658,10 +1658,6 @@ int gsm_init(void)
}
gsm->network = bsc_gsmnet;
- /* set reject cause */
- if (gsm->conf.reject_cause)
- gsm0408_set_reject_cause(gsm->conf.reject_cause);
-
/* open gsm loop interface */
if (gsm_sock_open(gsm->conf.interface_bsc)) {
return gsm_exit(-1);