Change in ...osmo-msc[master]: libmsc/gsm_04_08.c: clean up unused leftover includes

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Jun 15 11:24:00 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-msc/+/14462 )

Change subject: libmsc/gsm_04_08.c: clean up unused leftover includes
......................................................................

libmsc/gsm_04_08.c: clean up unused leftover includes

During the recent refactoring, some code parts has been moved out
of 'gsm_04_08.c', but the related header files were forgotten.

Change-Id: I61e728069a1e79bf72c01ef9d9fc5fb171d3892e
---
M src/libmsc/gsm_04_08.c
1 file changed, 0 insertions(+), 13 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/libmsc/gsm_04_08.c b/src/libmsc/gsm_04_08.c
index 68b12c0..57dff41 100644
--- a/src/libmsc/gsm_04_08.c
+++ b/src/libmsc/gsm_04_08.c
@@ -29,32 +29,19 @@
 #include <errno.h>
 #include <time.h>
 #include <netinet/in.h>
-#include <regex.h>
 #include <sys/types.h>
 
 #include "config.h"
 
-#include <osmocom/msc/db.h>
 #include <osmocom/msc/debug.h>
 #include <osmocom/msc/gsm_data.h>
-#include <osmocom/msc/gsm_subscriber.h>
-#include <osmocom/msc/gsm_04_11.h>
 #include <osmocom/msc/gsm_04_08.h>
-#include <osmocom/msc/gsm_04_80.h>
-#include <osmocom/msc/gsm_04_14.h>
-#include <osmocom/msc/gsm_09_11.h>
 #include <osmocom/msc/signal.h>
 #include <osmocom/msc/transaction.h>
-#include <osmocom/msc/silent_call.h>
-#include <osmocom/msc/mncc_int.h>
-#include <osmocom/abis/e1_input.h>
-#include <osmocom/core/bitvec.h>
 #include <osmocom/msc/vlr.h>
 #include <osmocom/msc/msc_a.h>
-#include <osmocom/msc/paging.h>
 
 #include <osmocom/gsm/gsm48.h>
-#include <osmocom/gsm/gsm0480.h>
 #include <osmocom/gsm/gsm_utils.h>
 #include <osmocom/gsm/protocol/gsm_04_08.h>
 #include <osmocom/core/msgb.h>

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/14462
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I61e728069a1e79bf72c01ef9d9fc5fb171d3892e
Gerrit-Change-Number: 14462
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190615/2f02be6c/attachment.htm>


More information about the gerrit-log mailing list