summaryrefslogtreecommitdiffstats
path: root/dss1.cpp
diff options
context:
space:
mode:
authorroot2009-06-18 10:06:31 +0200
committerroot2009-06-18 10:06:31 +0200
commit4ec1520c572c4099b478897e4a6ee3a28622ca44 (patch)
treed722c4fab995b77c3c31b924846f07ce78435992 /dss1.cpp
parentgsm improvements (diff)
downloadlcr-4ec1520c572c4099b478897e4a6ee3a28622ca44.tar.gz
lcr-4ec1520c572c4099b478897e4a6ee3a28622ca44.tar.xz
lcr-4ec1520c572c4099b478897e4a6ee3a28622ca44.zip
Added GSM IMSI dialing by using dialing "imsi-<number>".
Applied API change of OpenBSC. modified: Makefile.am modified: Makefile.in modified: README modified: bootstrap.c modified: default/gsm.conf modified: dss1.cpp modified: gsm.cpp modified: gsm_audio.c modified: gsm_conf.c modified: interface.c
Diffstat (limited to 'dss1.cpp')
-rw-r--r--dss1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dss1.cpp b/dss1.cpp
index 1e1c188..1191b9e 100644
--- a/dss1.cpp
+++ b/dss1.cpp
@@ -1866,7 +1866,7 @@ void Pdss1::message_information(unsigned int epoint_id, int message_id, union pa
enc_ie_called_pn(l3m, 0, 1, (unsigned char *)number, max);
if ((p_m_d_ntmode || p_m_d_tespecial) && display[0]) {
enc_ie_display(l3m, (unsigned char *)display);
- display = "";
+ display = (char *)"";
}
end_trace();
p_m_mISDNport->ml3->to_layer3(p_m_mISDNport->ml3, MT_INFORMATION, p_m_d_l3id, l3m);