[PATCH] osmo-bsc[master]: paging: paging_request_bts: Fix wrong return value

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Mar 26 16:57:19 UTC 2018


Review at  https://gerrit.osmocom.org/7510

paging: paging_request_bts: Fix wrong return value

Change-Id: I48f5efbcddd98e15256edfca06ba0ae6acb5bab1
---
M src/libbsc/paging.c
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/src/libbsc/paging.c b/src/libbsc/paging.c
index e429663..910a9b6 100644
--- a/src/libbsc/paging.c
+++ b/src/libbsc/paging.c
@@ -342,7 +342,7 @@
 	/* Trigger paging, pass any error to the caller */
 	rc = _paging_request(bts, bsub, type, msc);
 	if (rc < 0)
-		return rc;
+		return 0;
 	return 1;
 }
 

-- 
To view, visit https://gerrit.osmocom.org/7510
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I48f5efbcddd98e15256edfca06ba0ae6acb5bab1
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list