Daniel Willmann has submitted this change and it was merged. ( https://gerrit.osmocom.org/13806 )
Change subject: Properly indent config file ...................................................................... Properly indent config file osmo-config-merge expects only one space indentation for each level and the VTY also outputs the config formatted like that. Change-Id: I9c7a5bc6b3eae955288dada80abc856779ca9336 --- M doc/examples/osmo-sip-connector.cfg 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Jenkins Builder: Verified Pau Espin Pedrol: Looks good to me, approved diff --git a/doc/examples/osmo-sip-connector.cfg b/doc/examples/osmo-sip-connector.cfg index 550cba6..bf4967e 100644 --- a/doc/examples/osmo-sip-connector.cfg +++ b/doc/examples/osmo-sip-connector.cfg @@ -1,6 +1,6 @@ app mncc - socket-path /tmp/msc_mncc + socket-path /tmp/msc_mncc sip - local 0.0.0.0 5060 - remote pbx 5060 + local 0.0.0.0 5060 + remote pbx 5060 -- To view, visit https://gerrit.osmocom.org/13806 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-sip-connector Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9c7a5bc6b3eae955288dada80abc856779ca9336 Gerrit-Change-Number: 13806 Gerrit-PatchSet: 1 Gerrit-Owner: Daniel Willmann <[email protected]> Gerrit-Reviewer: Daniel Willmann <[email protected]> Gerrit-Reviewer: Jenkins Builder (1000002) Gerrit-Reviewer: Pau Espin Pedrol <[email protected]> Gerrit-Reviewer: dexter <[email protected]>
