summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte2010-12-22 21:40:40 +0100
committerAndreas Eversberg2011-02-20 11:32:49 +0100
commit336f157adc751feb2b7ac9164ba3ef07e66f5c65 (patch)
tree47dc99680446060ce545214c18ea8c80ca909e8a
parentMNCC socket: length of GSM TCH/F FR frame is 33 bytes _plus_ header (diff)
downloadlcr-336f157adc751feb2b7ac9164ba3ef07e66f5c65.tar.gz
lcr-336f157adc751feb2b7ac9164ba3ef07e66f5c65.tar.xz
lcr-336f157adc751feb2b7ac9164ba3ef07e66f5c65.zip
gsm tracing: as we no longer link with OpenBSC, we don't know the net name
-rw-r--r--gsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsm.cpp b/gsm.cpp
index 05ccca7..757a71d 100644
--- a/gsm.cpp
+++ b/gsm.cpp
@@ -263,7 +263,7 @@ void gsm_trace_header(struct mISDNport *mISDNport, class PmISDN *port, unsigned
char msgtext[64];
/* select message and primitive text */
- //SCPY(msgtext, get_mncc_name(msg_type));
+ SCPY(msgtext, "gsmnet");
/* add direction */
if (port) {