<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9764">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Rename bsc_msg_acc_lst_vty_init to have more uniform prefix<br><br>Change-Id: I6f125d040a8f511590ef67ba8babbd2e01c6bf21<br>---<br>M include/osmocom/bsc/bsc_msg_filter.h<br>M src/libfilter/bsc_msg_vty.c<br>M src/osmo-bsc/osmo_bsc_main.c<br>3 files changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/64/9764/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/bsc/bsc_msg_filter.h b/include/osmocom/bsc/bsc_msg_filter.h</span><br><span>index 2740905..fe87485 100644</span><br><span>--- a/include/osmocom/bsc/bsc_msg_filter.h</span><br><span>+++ b/include/osmocom/bsc/bsc_msg_filter.h</span><br><span>@@ -99,5 +99,5 @@</span><br><span> struct bsc_msg_acc_lst_entry *bsc_msg_acc_lst_entry_create(struct bsc_msg_acc_lst *);</span><br><span> int bsc_msg_acc_lst_check_allow(struct bsc_msg_acc_lst *lst, const char *imsi);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-void bsc_msg_lst_vty_init(void *ctx, struct llist_head *lst, int node);</span><br><span style="color: hsl(120, 100%, 40%);">+void bsc_msg_acc_lst_vty_init(void *ctx, struct llist_head *lst, int node);</span><br><span> void bsc_msg_acc_lst_write(struct vty *vty);</span><br><span>diff --git a/src/libfilter/bsc_msg_vty.c b/src/libfilter/bsc_msg_vty.c</span><br><span>index bcee37e..9905365 100644</span><br><span>--- a/src/libfilter/bsc_msg_vty.c</span><br><span>+++ b/src/libfilter/bsc_msg_vty.c</span><br><span>@@ -135,7 +135,7 @@</span><br><span>   }</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-void bsc_msg_lst_vty_init(void *ctx, struct llist_head *lst, int node)</span><br><span style="color: hsl(120, 100%, 40%);">+void bsc_msg_acc_lst_vty_init(void *ctx, struct llist_head *lst, int node)</span><br><span> {</span><br><span>    _ctx = ctx;</span><br><span>  _acc_lst = lst;</span><br><span>diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c</span><br><span>index 1f951b1..9ee5147 100644</span><br><span>--- a/src/osmo-bsc/osmo_bsc_main.c</span><br><span>+++ b/src/osmo-bsc/osmo_bsc_main.c</span><br><span>@@ -803,7 +803,7 @@</span><br><span>   /* This needs to precede handle_options() */</span><br><span>         vty_init(&vty_info);</span><br><span>     bsc_vty_init(bsc_gsmnet);</span><br><span style="color: hsl(0, 100%, 40%);">-       bsc_msg_lst_vty_init(tall_bsc_ctx, &access_lists, BSC_NODE);</span><br><span style="color: hsl(120, 100%, 40%);">+      bsc_msg_acc_lst_vty_init(tall_bsc_ctx, &access_lists, BSC_NODE);</span><br><span>         ctrl_vty_init(tall_bsc_ctx);</span><br><span>         logging_vty_add_deprecated_subsys(tall_bsc_ctx, "cc");</span><br><span>     logging_vty_add_deprecated_subsys(tall_bsc_ctx, "mgcp");</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9764">change 9764</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/9764"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I6f125d040a8f511590ef67ba8babbd2e01c6bf21 </div>
<div style="display:none"> Gerrit-Change-Number: 9764 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>