pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/31150 )
Change subject: rlcmac: Rename ts_*.c -> csn1_ts_*.c ......................................................................
rlcmac: Rename ts_*.c -> csn1_ts_*.c
Done for files containing mostly (99%) of CSN1 related structrs and encdec functions.
File ts_44_064.c is kept as is since it's not CSN1 related. File csn1_ts_44_060.c still contains some enums and value_string which will be split into ts_44_060.c in a follow up commit.
Change-Id: I93ad9f90e7496b81ccfe679a614589373f244166 --- M src/rlcmac/Makefile.am R src/rlcmac/csn1_ts_24_008.c R src/rlcmac/csn1_ts_44_018.c R src/rlcmac/csn1_ts_44_060.c 4 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/50/31150/1
diff --git a/src/rlcmac/Makefile.am b/src/rlcmac/Makefile.am index 47e88b6..4150f84 100644 --- a/src/rlcmac/Makefile.am +++ b/src/rlcmac/Makefile.am @@ -22,14 +22,14 @@ $(NULL)
libosmo_gprs_rlcmac_la_SOURCES = \ + csn1_ts_24_008.c \ + csn1_ts_44_018.c \ + csn1_ts_44_060.c \ codel.c \ gre.c \ llc_queue.c \ rlcmac.c \ rlcmac_prim.c \ - ts_24_008.c \ - ts_44_018.c \ - ts_44_060.c \ ts_44_064.c \ misc.c \ $(NULL) diff --git a/src/rlcmac/ts_24_008.c b/src/rlcmac/csn1_ts_24_008.c similarity index 100% rename from src/rlcmac/ts_24_008.c rename to src/rlcmac/csn1_ts_24_008.c diff --git a/src/rlcmac/ts_44_018.c b/src/rlcmac/csn1_ts_44_018.c similarity index 100% rename from src/rlcmac/ts_44_018.c rename to src/rlcmac/csn1_ts_44_018.c diff --git a/src/rlcmac/ts_44_060.c b/src/rlcmac/csn1_ts_44_060.c similarity index 100% rename from src/rlcmac/ts_44_060.c rename to src/rlcmac/csn1_ts_44_060.c