From d4e118a7a059a9d675d0d8a8ea75fdc88f43afb7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 3 Mar 2010 14:24:05 +0100 Subject: Rename 'layer2' program to 'layer23' program --- src/host/layer23/include/osmocom/osmocom_data.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/host/layer23/include/osmocom/osmocom_data.h (limited to 'src/host/layer23/include/osmocom/osmocom_data.h') diff --git a/src/host/layer23/include/osmocom/osmocom_data.h b/src/host/layer23/include/osmocom/osmocom_data.h new file mode 100644 index 0000000..48c5579 --- /dev/null +++ b/src/host/layer23/include/osmocom/osmocom_data.h @@ -0,0 +1,19 @@ +#ifndef osmocom_data_h +#define osmocom_data_h + +#include +#include + +#include + +/* One Mobilestation for osmocom */ +struct osmocom_ms { + struct bsc_fd bfd; + enum gsm_band band; + int arfcn; + + struct lapdm_entity lapdm_dcch; + struct lapdm_entity lapdm_acch; +}; + +#endif -- cgit v1.2.3-55-g7522