Change in osmo-msc[master]: manual: Fix copy+paste error

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
Sun Dec 1 13:25:52 UTC 2019


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/16377 )


Change subject: manual: Fix copy+paste error
......................................................................

manual: Fix copy+paste error

Change-Id: I2c03d8424c218155dae9038dd7cc5660a290c5c8
---
M doc/manuals/chapters/running.adoc
M src/libmsc/mncc_call.c
M src/libmsc/msc_ho.c
3 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/77/16377/1

diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
index 71f336b..03dade6 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -12,7 +12,7 @@
 *-h, --help*::
 	Print a short help message about the supported options
 *-V, --version*::
-	Print the compile-time version number of the OsmoBTS program
+	Print the compile-time version number of the program
 *-d, --debug 'DBGMASK','DBGLEVELS'*::
 	Set the log subsystems and levels for logging to stderr. This
 	has mostly been superseded by VTY-based logging configuration,
diff --git a/src/libmsc/mncc_call.c b/src/libmsc/mncc_call.c
index e5fc820..0deb903 100644
--- a/src/libmsc/mncc_call.c
+++ b/src/libmsc/mncc_call.c
@@ -60,7 +60,7 @@
 
 void mncc_call_fsm_init(struct gsm_network *net)
 {
-	osmo_fsm_register(&mncc_call_fsm);
+	OSMO_ASSERT(osmo_fsm_register(&mncc_call_fsm) == 0);
 	gsmnet = net;
 }
 
diff --git a/src/libmsc/msc_ho.c b/src/libmsc/msc_ho.c
index 99f37b6..ac7602f 100644
--- a/src/libmsc/msc_ho.c
+++ b/src/libmsc/msc_ho.c
@@ -62,7 +62,7 @@
 
 static __attribute__((constructor)) void msc_ho_fsm_init()
 {
-	osmo_fsm_register(&msc_ho_fsm);
+	OSMO_ASSERT(osmo_fsm_register(&msc_ho_fsm) == 0);
 }
 
 void msc_ho_down_required_reject(struct msc_a *msc_a, enum gsm0808_cause cause)

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I2c03d8424c218155dae9038dd7cc5660a290c5c8
Gerrit-Change-Number: 16377
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191201/bd04b2a0/attachment.htm>


More information about the gerrit-log mailing list