Change in osmo-bsc[master]: abis_rsl: s/*_acch_cap_for_bts/put_*_acch_cap_ie/g

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

fixeria gerrit-no-reply at lists.osmocom.org
Sun Nov 14 21:18:54 UTC 2021


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


Change subject: abis_rsl: s/*_acch_cap_for_bts/put_*_acch_cap_ie/g
......................................................................

abis_rsl: s/*_acch_cap_for_bts/put_*_acch_cap_ie/g

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



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

diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c
index 3a6bec9..c86234b 100644
--- a/src/osmo-bsc/abis_rsl.c
+++ b/src/osmo-bsc/abis_rsl.c
@@ -526,8 +526,8 @@
 
 /* indicate FACCH/SACCH Repetition to be performed by BTS,
  * see also: 3GPP TS 44.006, section 10 and 11 */
-static void rep_acch_cap_for_bts(const struct gsm_lchan *lchan,
-				 struct msgb *msg)
+static void put_rep_acch_cap_ie(const struct gsm_lchan *lchan,
+				struct msgb *msg)
 {
 	struct abis_rsl_osmo_rep_acch_cap *cap;
 	const struct gsm_bts *bts = lchan->ts->trx->bts;
@@ -554,7 +554,7 @@
 }
 
 /* indicate Temporary overpower of SACCH and FACCH channels */
-static void top_acch_cap_for_bts(const struct gsm_lchan *lchan, struct msgb *msg)
+static void put_top_acch_cap_ie(const struct gsm_lchan *lchan, struct msgb *msg)
 {
 	const struct gsm_bts *bts = lchan->ts->trx->bts;
 
@@ -699,8 +699,8 @@
 		}
 	}
 
-	rep_acch_cap_for_bts(lchan, msg);
-	top_acch_cap_for_bts(lchan, msg);
+	put_rep_acch_cap_ie(lchan, msg);
+	put_top_acch_cap_ie(lchan, msg);
 
 	/* Selecting a specific TSC Set is only applicable to VAMOS mode */
 	if (lchan->activate.info.vamos && lchan->activate.tsc_set >= 1)
@@ -771,8 +771,8 @@
 		}
 	}
 
-        rep_acch_cap_for_bts(lchan, msg);
-        top_acch_cap_for_bts(lchan, msg);
+        put_rep_acch_cap_ie(lchan, msg);
+        put_top_acch_cap_ie(lchan, msg);
 
 	/* Selecting a specific TSC Set is only applicable to VAMOS mode. Send this Osmocom specific IE only to OsmoBTS
 	 * types. */

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I663023adb4f2381d4b8debb01786801803b3d741
Gerrit-Change-Number: 26241
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211114/1e24daa1/attachment.htm>


More information about the gerrit-log mailing list