Change in osmo-iuh[master]: vty: use install_lib_element() and install_lib_element_ve()

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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Tue Oct 6 12:31:41 UTC 2020


Vadim Yanitskiy has submitted this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/20445 )

Change subject: vty: use install_lib_element() and install_lib_element_ve()
......................................................................

vty: use install_lib_element() and install_lib_element_ve()

See https://lists.osmocom.org/pipermail/openbsc/2020-October/013278.html.

Change-Id: I5c0a1efc21a5cc085b701be24dbcca1aaae15ee6
Depends: I8baf31ace93c536421893c2aa4e3d9d298dcbcc6
Related: SYS#4937
---
M src/iu_client_vty.c
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Vadim Yanitskiy: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/iu_client_vty.c b/src/iu_client_vty.c
index a99facd..7388468 100644
--- a/src/iu_client_vty.c
+++ b/src/iu_client_vty.c
@@ -111,11 +111,11 @@
 {
 	g_rab_assign_addr_enc = rab_assign_addr_enc;
 
-	install_element(iu_parent_node, &cfg_iu_rab_assign_addr_enc_cmd);
+	install_lib_element(iu_parent_node, &cfg_iu_rab_assign_addr_enc_cmd);
 
 	/* Technically, these are global ASN.1 settings and not necessarily limited to the Iu interface.
 	 * Practically, only Iu users will use ASN.1 in Osmocom programs -- at least so far. So it is
 	 * easiest to have these commands under 'iu'. */
-	install_element(iu_parent_node, &cfg_iu_asn1_debug_cmd);
-	install_element(iu_parent_node, &cfg_iu_asn1_xer_print_cmd);
+	install_lib_element(iu_parent_node, &cfg_iu_asn1_debug_cmd);
+	install_lib_element(iu_parent_node, &cfg_iu_asn1_xer_print_cmd);
 }

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

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I5c0a1efc21a5cc085b701be24dbcca1aaae15ee6
Gerrit-Change-Number: 20445
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201006/ba56d969/attachment.htm>


More information about the gerrit-log mailing list