Change in osmo-pcu[master]: prs_bssgp_pcu.cpp: Mark priv funcs as static and remove trailing whit...

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
Tue Dec 10 16:46:56 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/16534 )

Change subject: prs_bssgp_pcu.cpp: Mark priv funcs as static and remove trailing whitespace
......................................................................

prs_bssgp_pcu.cpp: Mark priv funcs as static and remove trailing whitespace

Change-Id: I93b7ee33cc33c773675c85ace7b8f1afa86fbf06
---
M src/gprs_bssgp_pcu.cpp
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 914afc0..8ce1342 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -171,7 +171,7 @@
 			ms_class, egprs_ms_class, delay_csec, data, len);
 }
 
-int gprs_bssgp_pcu_rx_paging_ps(struct msgb *msg, struct tlv_parsed *tp)
+static int gprs_bssgp_pcu_rx_paging_ps(struct msgb *msg, struct tlv_parsed *tp)
 {
 	char imsi[16];
 	uint8_t *ptmsi = (uint8_t *) TLVP_VAL(tp, BSSGP_IE_TMSI);
@@ -709,7 +709,7 @@
 	return GprsCodingScheme::getGprsByNum(num);
 }
 
-int gprs_bssgp_tx_fc_bvc(void)
+static int gprs_bssgp_tx_fc_bvc(void)
 {
 	struct gprs_rlcmac_bts *bts;
 	uint32_t bucket_size; /* oct */
@@ -967,7 +967,7 @@
 	the_pcu.nsvc_unblocked = 0;
 	the_pcu.bvc_sig_reset = 0;
 	the_pcu.bvc_reset = 0;
-	the_pcu.bvc_unblocked = 0;	
+	the_pcu.bvc_unblocked = 0;
 
 	gprs_ns_destroy(nsi);
 

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I93b7ee33cc33c773675c85ace7b8f1afa86fbf06
Gerrit-Change-Number: 16534
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191210/1bed2873/attachment.htm>


More information about the gerrit-log mailing list