aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-03-26 15:14:01 +0100
committerlaforge <laforge@osmocom.org>2020-03-30 10:08:02 +0000
commitb2653fe61987efe1436f96082f96b52059508842 (patch)
tree7a3e3bd03313ea3710e805aab8d174a27d489f4f /src/bts.h
parent799cf8221ac567b885d9c51b586d437b6c7c2a49 (diff)
Move gsm_rlcmac.cpp -> .c
Original file from wireshark.git (packet-gsm_csn1.c) is being built and maintained as a C file. There's no real need for us to maintain it as a C++, and doing so will make both files derive over time (as already happened). Let's keep it as a C compiler (which btw seems to be more strict) to make it easier to port patches back and forth wireshark.git. Take the chance to move some declarations we added to csn1.h to be able to build it out of wireshark. Let's keep those in a separate header file to ease looking for differences. Change-Id: I818a8ae947f002d35142f9f5473454cfd80e1830
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bts.h b/src/bts.h
index 823138bb..4fddc0bb 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -29,10 +29,10 @@ extern "C" {
#include <osmocom/core/tdef.h>
#include <osmocom/gsm/l1sap.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
- #include <mslot_class.h>
+#include "mslot_class.h"
+#include "gsm_rlcmac.h"
}
-#include <gsm_rlcmac.h>
#include "poll_controller.h"
#include "sba.h"
#include "tbf.h"