From de4c6f0ef198c47f609406793717fb20d6cc01e9 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Mon, 29 Apr 2019 12:27:58 +0200 Subject: [PATCH] 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 --- doc/examples/osmo-sip-connector.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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