laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/41045?usp=email )
Change subject: docs/suci-keytool.rst: spelling fix
......................................................................
docs/suci-keytool.rst: spelling fix
Change-Id: Idb45086d9d5963072fbc97835d551e2f78ad847f
---
M docs/suci-keytool.rst
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/docs/suci-keytool.rst b/docs/suci-keytool.rst
index 88e3a24..37c2435 100644
--- a/docs/suci-keytool.rst
+++ b/docs/suci-keytool.rst
@@ -17,7 +17,7 @@
#. deploy the public key on your USIMs
#. deploy the private key on your 5GC, specifically the UDM function
-pysim contains (int its `contrib` directory) a small utility program that can make it easy to generate
+pysim contains (in its `contrib` directory) a small utility program that can make it easy to generate
such keys: `suci-keytool.py`
Generating keys
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/41045?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Idb45086d9d5963072fbc97835d551e2f78ad847f
Gerrit-Change-Number: 41045
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41115?usp=email )
Change subject: ipa: Improve logging for AS not found with ipa-unit-name
......................................................................
ipa: Improve logging for AS not found with ipa-unit-name
Change-Id: I428e2ab0fc992e09469a1601f167bf4687e462fc
---
M src/xua_asp_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/15/41115/1
diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c
index c3a77da..17071c3 100644
--- a/src/xua_asp_fsm.c
+++ b/src/xua_asp_fsm.c
@@ -1157,7 +1157,7 @@
}
as = osmo_ss7_as_find_by_name(asp->inst, iafp->ipa_unit->unit_name);
if (!as) {
- LOGPFSML(fi, LOGL_NOTICE, "Cannot find any definition for IPA Unit Name '%s'\n",
+ LOGPFSML(fi, LOGL_NOTICE, "Cannot find any AS definition for IPA Unit Name '%s'\n",
iafp->ipa_unit->unit_name);
goto out_err;
}
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/41115?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I428e2ab0fc992e09469a1601f167bf4687e462fc
Gerrit-Change-Number: 41115
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>