Change in ...osmo-iuh[master]: iu_client: define RANAP_IU_EVENT_SECURITY_MODE_FAILED

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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Aug 13 15:51:03 UTC 2019


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/15177


Change subject: iu_client: define RANAP_IU_EVENT_SECURITY_MODE_FAILED
......................................................................

iu_client: define RANAP_IU_EVENT_SECURITY_MODE_FAILED

To inform the application about failed security modes

Change-Id: I14bb9904728eddf7a5742df8382fb204ccda20dd
---
M include/osmocom/ranap/iu_client.h
M src/iu_client.c
2 files changed, 2 insertions(+), 0 deletions(-)



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

diff --git a/include/osmocom/ranap/iu_client.h b/include/osmocom/ranap/iu_client.h
index 873b2d2..4bcd9ce 100644
--- a/include/osmocom/ranap/iu_client.h
+++ b/include/osmocom/ranap/iu_client.h
@@ -35,6 +35,7 @@
 enum ranap_iu_event_type {
 	RANAP_IU_EVENT_RAB_ASSIGN,
 	RANAP_IU_EVENT_SECURITY_MODE_COMPLETE,
+	RANAP_IU_EVENT_SECURITY_MODE_FAILED, /* FIXME: unimplemented */
 	RANAP_IU_EVENT_IU_RELEASE, /* An actual Iu Release message was received */
 	RANAP_IU_EVENT_LINK_INVALIDATED, /* A SUA link was lost or closed down */
 };
diff --git a/src/iu_client.c b/src/iu_client.c
index 92d25f5..f4e0664 100644
--- a/src/iu_client.c
+++ b/src/iu_client.c
@@ -104,6 +104,7 @@
 const struct value_string ranap_iu_event_type_names[] = {
 	OSMO_VALUE_STRING(RANAP_IU_EVENT_RAB_ASSIGN),
 	OSMO_VALUE_STRING(RANAP_IU_EVENT_SECURITY_MODE_COMPLETE),
+	OSMO_VALUE_STRING(RANAP_IU_EVENT_SECURITY_MODE_FAILED),
 	OSMO_VALUE_STRING(RANAP_IU_EVENT_IU_RELEASE),
 	OSMO_VALUE_STRING(RANAP_IU_EVENT_LINK_INVALIDATED),
 	{ 0, NULL }

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

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I14bb9904728eddf7a5742df8382fb204ccda20dd
Gerrit-Change-Number: 15177
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190813/95d7c705/attachment.htm>


More information about the gerrit-log mailing list