Daniel Willmann has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/13646 )

Change subject: Change comments/strings from OpenBSC to OsmoBSC
......................................................................

Change comments/strings from OpenBSC to OsmoBSC

Change-Id: I785278df411b13a701c8441fde798d4bfe79ffd1
---
M src/osmo-bsc/bsc_vty.c
M src/utils/meas_vis.c
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c
index 9413d36..767d565 100644
--- a/src/osmo-bsc/bsc_vty.c
+++ b/src/osmo-bsc/bsc_vty.c
@@ -1,4 +1,4 @@
-/* OpenBSC interface to quagga VTY */
+/* OsmoBSC interface to quagga VTY */
 /* (C) 2009-2017 by Harald Welte <[email protected]>
  * All Rights Reserved
  *
@@ -3170,7 +3170,7 @@
 DEFUN(cfg_bts_neigh_mode, cfg_bts_neigh_mode_cmd,
        "neighbor-list mode (automatic|manual|manual-si5)",
        "Neighbor List\n" "Mode of Neighbor List generation\n"
-       "Automatically from all BTS in this OpenBSC\n" "Manual\n"
+       "Automatically from all BTS in this BSC\n" "Manual\n"
        "Manual with different lists for SI2 and SI5\n")
 {
        struct gsm_bts *bts = vty->index;
diff --git a/src/utils/meas_vis.c b/src/utils/meas_vis.c
index 851aa03..cba08f5 100644
--- a/src/utils/meas_vis.c
+++ b/src/utils/meas_vis.c
@@ -274,7 +274,7 @@
        g_st.cdkscreen = initCDKScreen(g_st.curses_win);
        initCDKColor();

-       g_st.title = "OpenBSC link quality monitor";
+       g_st.title = "OsmoBSC link quality monitor";
        title[0] = g_st.title;
        g_st.cdk_title = newCDKLabel(g_st.cdkscreen, CENTER, 0, title, 1, 
FALSE, FALSE);


--
To view, visit https://gerrit.osmocom.org/13646
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I785278df411b13a701c8441fde798d4bfe79ffd1
Gerrit-Change-Number: 13646
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Willmann <[email protected]>
Gerrit-Reviewer: Daniel Willmann <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)

Reply via email to