gsm tracing: as we no longer link with OpenBSC, we don't know the net name
authorHarald Welte <laforge@gnumonks.org>
Wed, 22 Dec 2010 20:40:40 +0000 (21:40 +0100)
committerAndreas Eversberg <jolly@eversberg.eu>
Sun, 20 Feb 2011 10:32:49 +0000 (11:32 +0100)
gsm.cpp

diff --git a/gsm.cpp b/gsm.cpp
index 05ccca7..757a71d 100644 (file)
--- 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) {