Change in osmo-bsc[master]: Cosmetic: osmo-bsc/osmo_bsc_bssap: fix formatting

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/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Nov 26 13:30:28 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/26383 )


Change subject: Cosmetic: osmo-bsc/osmo_bsc_bssap: fix formatting
......................................................................

Cosmetic: osmo-bsc/osmo_bsc_bssap: fix formatting

Change-Id: Icc4947e68fa46aab180f2047231e51b997cca71b
---
M src/osmo-bsc/osmo_bsc_bssap.c
1 file changed, 7 insertions(+), 14 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/83/26383/1

diff --git a/src/osmo-bsc/osmo_bsc_bssap.c b/src/osmo-bsc/osmo_bsc_bssap.c
index aab2514..904da62 100644
--- a/src/osmo-bsc/osmo_bsc_bssap.c
+++ b/src/osmo-bsc/osmo_bsc_bssap.c
@@ -114,8 +114,7 @@
 /* Page a subscriber based on TMSI and LAC via the specified BTS.
  * The msc parameter is the MSC which issued the corresponding paging request.
  * Log an error if paging failed. */
-static void
-page_subscriber(const struct bsc_paging_params *params, struct gsm_bts *bts, uint32_t lac)
+static void page_subscriber(const struct bsc_paging_params *params, struct gsm_bts *bts, uint32_t lac)
 {
 	int ret;
 
@@ -132,16 +131,14 @@
 			       "Paging request failed, or repeated paging on LAC %u\n", lac);
 }
 
-static void
-page_all_bts(const struct bsc_paging_params *params)
+static void page_all_bts(const struct bsc_paging_params *params)
 {
 	struct gsm_bts *bts;
 	llist_for_each_entry(bts, &bsc_gsmnet->bts_list, list)
 		page_subscriber(params, bts, GSM_LAC_RESERVED_ALL_BTS);
 }
 
-static void
-page_cgi(const struct bsc_paging_params *params)
+static void page_cgi(const struct bsc_paging_params *params)
 {
 	int i;
 	for (i = 0; i < params->cil.id_list_len; i++) {
@@ -170,8 +167,7 @@
 	}
 }
 
-static void
-page_lac_and_ci(const struct bsc_paging_params *params)
+static void page_lac_and_ci(const struct bsc_paging_params *params)
 {
 	int i;
 
@@ -193,8 +189,7 @@
 	}
 }
 
-static void
-page_ci(const struct bsc_paging_params *params)
+static void page_ci(const struct bsc_paging_params *params)
 {
 	int i;
 
@@ -214,8 +209,7 @@
 	}
 }
 
-static void
-page_lai_and_lac(const struct bsc_paging_params *params)
+static void page_lai_and_lac(const struct bsc_paging_params *params)
 {
 	int i;
 
@@ -242,8 +236,7 @@
 	}
 }
 
-static void
-page_lac(const struct bsc_paging_params *params)
+static void page_lac(const struct bsc_paging_params *params)
 {
 	int i;
 

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Icc4947e68fa46aab180f2047231e51b997cca71b
Gerrit-Change-Number: 26383
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211126/4ec8a6d4/attachment.htm>


More information about the gerrit-log mailing list