rlcmac: Rename gprs_rlcmac.h -> csn1_defs.h

That header is used (and should only be used) to contain CSN1 related
code for the encoder/decoder.
Hence rename it, otherwise it looks like a general placeholder for any
kind of stuff.

Change-Id: I84ea63ed0b804699fd995a2e0c07ced17b3ad4c8
This commit is contained in:
Pau Espin 2023-02-01 15:58:52 +01:00
parent 134840b003
commit 6d30091174
9 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@
--exclude ^src/rlcmac/ts_24_008.c$
--exclude ^src/rlcmac/ts_44_018.c$
--exclude ^src/rlcmac/ts_44_060.c$
--exclude ^include/osmocom/gprs/rlcmac/gprs_rlcmac.h$
--exclude ^include/osmocom/gprs/rlcmac/csn1_defs.h$
--exclude ^include/osmocom/gprs/sndcp/v42bis_private.h$
--exclude ^include/osmocom/gprs/sndcp/v42bis.h$
--exclude ^src/sndcp/v42bis.c$

2
debian/copyright vendored
View File

@ -11,7 +11,7 @@ Files: src/csn1/csn1.c
src/csn1/csn1_dec.c
src/rlcmac/gprs_rlcmac.c
include/osmocom/csn1/csn1.h
include/osmocom/gprs/rlcmac/gprs_rlcmac.h
include/osmocom/gprs/rlcmac/csn1_defs.h
Copyright: 2011 Vincent Helfre
2011 ST-Ericsson (Jari Sassi)
License: GPL-2.0+

View File

@ -6,9 +6,9 @@ noinst_HEADERS = \
$(NULL)
rlcmac_HEADERS = \
csn1_defs.h \
rlcmac.h \
rlcmac_prim.h \
gprs_rlcmac.h \
$(NULL)
rlcmacdir = $(includedir)/osmocom/gprs/rlcmac

View File

@ -25,7 +25,7 @@
#include <osmocom/core/logging.h>
#include <osmocom/csn1/csn1.h>
#include <osmocom/gprs/rlcmac/gprs_rlcmac.h>
#include <osmocom/gprs/rlcmac/csn1_defs.h>
#include <osmocom/gprs/rlcmac/rlcmac_private.h>
/*< MS Classmark 3 IE >*/

View File

@ -25,7 +25,7 @@
#include <osmocom/core/logging.h>
#include <osmocom/csn1/csn1.h>
#include <osmocom/gprs/rlcmac/gprs_rlcmac.h>
#include <osmocom/gprs/rlcmac/csn1_defs.h>
#include <osmocom/gprs/rlcmac/rlcmac_private.h>
CSN_DESCR_EXTERN(GPRS_Mobile_Allocation_t);

View File

@ -29,7 +29,7 @@
#include <osmocom/core/logging.h>
#include <osmocom/csn1/csn1.h>
#include <osmocom/gprs/rlcmac/gprs_rlcmac.h>
#include <osmocom/gprs/rlcmac/csn1_defs.h>
#include <osmocom/gprs/rlcmac/rlcmac_private.h>
/* Payload type as defined in TS 44.060 / 10.4.7 */

View File

@ -23,7 +23,7 @@
#include <osmocom/core/msgb.h>
#include <osmocom/csn1/csn1.h>
#include <osmocom/gprs/rlcmac/gprs_rlcmac.h>
#include <osmocom/gprs/rlcmac/csn1_defs.h>
static void *tall_ctx = NULL;

View File

@ -23,7 +23,7 @@
#include <osmocom/core/msgb.h>
#include <osmocom/csn1/csn1.h>
#include <osmocom/gprs/rlcmac/gprs_rlcmac.h>
#include <osmocom/gprs/rlcmac/csn1_defs.h>
static void testRlcMacDownlink(void *test_ctx)
{