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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( 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
Related: SYS#4937
---
M src/iu_client_vty.c
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/45/20445/1
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: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201004/8c457a1f/attachment.htm>