Change in osmo-bsc[master]: cosmetic: tweak rc type of is_cm_service_for_emerg()

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

neels gerrit-no-reply at lists.osmocom.org
Wed Jun 3 15:30:56 UTC 2020


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


Change subject: cosmetic: tweak rc type of is_cm_service_for_emerg()
......................................................................

cosmetic: tweak rc type of is_cm_service_for_emerg()

Change-Id: Id752d3882645708b5b8e1058b6799d3d285286c4
---
M src/osmo-bsc/gsm_08_08.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/osmo-bsc/gsm_08_08.c b/src/osmo-bsc/gsm_08_08.c
index 7789d49..0765d1d 100644
--- a/src/osmo-bsc/gsm_08_08.c
+++ b/src/osmo-bsc/gsm_08_08.c
@@ -105,7 +105,7 @@
 	return 0;
 }
 
-static int is_cm_service_for_emerg(struct msgb *msg)
+static bool is_cm_service_for_emerg(struct msgb *msg)
 {
 	struct gsm48_service_request *cm;
 	struct gsm48_hdr *gh = msgb_l3(msg);

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id752d3882645708b5b8e1058b6799d3d285286c4
Gerrit-Change-Number: 18647
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200603/aa916259/attachment.htm>


More information about the gerrit-log mailing list