Change in osmo-bts[master]: cosmetic: add missing semicolon after OSMO_ASSERT()

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

dexter gerrit-no-reply at lists.osmocom.org
Fri Oct 23 19:55:23 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/20851 )


Change subject: cosmetic: add missing semicolon after OSMO_ASSERT()
......................................................................

cosmetic: add missing semicolon after OSMO_ASSERT()

Change-Id: Ib886115418939990ecfb6ecc1a4528f7a015b913
---
M src/common/measurement.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/51/20851/1

diff --git a/src/common/measurement.c b/src/common/measurement.c
index 22f783d..8a6da75 100644
--- a/src/common/measurement.c
+++ b/src/common/measurement.c
@@ -421,7 +421,7 @@
 	/* AMR is using a more elaborated model with a dymanic amount of
 	 * DTX blocks so this function is not applicable to determine the
 	 * amount of expected SUB Measurements when AMR is used */
-	OSMO_ASSERT(lchan->tch_mode != GSM48_CMODE_SPEECH_AMR)
+	OSMO_ASSERT(lchan->tch_mode != GSM48_CMODE_SPEECH_AMR);
 
 	switch (pchan) {
 	case GSM_PCHAN_TCH_F:

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ib886115418939990ecfb6ecc1a4528f7a015b913
Gerrit-Change-Number: 20851
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201023/33aa0c11/attachment.htm>


More information about the gerrit-log mailing list