From 336f157adc751feb2b7ac9164ba3ef07e66f5c65 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 22 Dec 2010 21:40:40 +0100 Subject: [PATCH] gsm tracing: as we no longer link with OpenBSC, we don't know the net name --- gsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.13.6