Change in ...docker-playground[master]: ttcn3-*: Enable extended-timestamp in VTY cfg

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/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Jun 4 08:45:21 UTC 2019


pespin has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/docker-playground/+/14353 )

Change subject: ttcn3-*: Enable extended-timestamp in VTY cfg
......................................................................

ttcn3-*: Enable extended-timestamp in VTY cfg

Having extended-timestamp allows for easier matching between osmo-*.log
files and pcap traces.

Change-Id: I98cdc0adc24edc966d5648d2c215c6ad7c749209
---
M ttcn3-bsc-test/osmo-stp.cfg
M ttcn3-bsc-test/sccplite/osmo-bsc.cfg
M ttcn3-bts-test/osmo-bsc.cfg
M ttcn3-ggsn-test/osmo-ggsn.cfg
M ttcn3-mgw-test/osmo-mgw.cfg
M ttcn3-msc-test/osmo-msc.cfg
M ttcn3-msc-test/osmo-stp.cfg
M ttcn3-sgsn-test/osmo-sgsn.cfg
M ttcn3-sip-test/osmo-sip-connector.cfg
9 files changed, 10 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  pespin: Verified



diff --git a/ttcn3-bsc-test/osmo-stp.cfg b/ttcn3-bsc-test/osmo-stp.cfg
index 0f25f0f..7cee48b 100644
--- a/ttcn3-bsc-test/osmo-stp.cfg
+++ b/ttcn3-bsc-test/osmo-stp.cfg
@@ -7,6 +7,7 @@
  logging color 0
  logging print category 1
  logging timestamp 1
+ logging print extended-timestamp 1
  logging level all everything
  logging level lglobal notice
  logging level llapd notice
diff --git a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
index 49855d2..3f29361 100644
--- a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
@@ -8,6 +8,7 @@
  logging color 0
  logging print category 1
  logging timestamp 1
+ logging print extended-timestamp 1
  logging level all everything
  logging level rll notice
  logging level cc notice
diff --git a/ttcn3-bts-test/osmo-bsc.cfg b/ttcn3-bts-test/osmo-bsc.cfg
index e4edf50..e98cc57 100644
--- a/ttcn3-bts-test/osmo-bsc.cfg
+++ b/ttcn3-bts-test/osmo-bsc.cfg
@@ -8,6 +8,7 @@
  logging color 0
  logging print category 1
  logging timestamp 1
+ logging print extended-timestamp 1
  logging print file 1
  logging level all everything
  logging level rll info
diff --git a/ttcn3-ggsn-test/osmo-ggsn.cfg b/ttcn3-ggsn-test/osmo-ggsn.cfg
index 097c968..11a2309 100644
--- a/ttcn3-ggsn-test/osmo-ggsn.cfg
+++ b/ttcn3-ggsn-test/osmo-ggsn.cfg
@@ -7,6 +7,7 @@
  logging color 0
  logging print category 1
  logging timestamp 1
+ logging print extended-timestamp 1
  logging level ip info
  logging level tun info
  logging level ggsn info
diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index 7b0094f..8158860 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -6,7 +6,8 @@
  logging filter all 1
  logging color 1
  logging print category 1
- logging timestamp 0
+ logging timestamp 1
+ logging print extended-timestamp 1
  logging level all everything
  logging level rtp notice
  logging level lglobal notice
diff --git a/ttcn3-msc-test/osmo-msc.cfg b/ttcn3-msc-test/osmo-msc.cfg
index d19f039..db2029c 100644
--- a/ttcn3-msc-test/osmo-msc.cfg
+++ b/ttcn3-msc-test/osmo-msc.cfg
@@ -7,6 +7,7 @@
  logging color 0
  logging print category 1
  logging timestamp 1
+ logging print extended-timestamp 1
  logging level all everything
  logging level rll notice
  logging level cc debug
diff --git a/ttcn3-msc-test/osmo-stp.cfg b/ttcn3-msc-test/osmo-stp.cfg
index a2a6210..cefaef1 100644
--- a/ttcn3-msc-test/osmo-stp.cfg
+++ b/ttcn3-msc-test/osmo-stp.cfg
@@ -7,6 +7,7 @@
  logging color 0
  logging print category 1
  logging timestamp 1
+ logging print extended-timestamp 1
  logging level all everything
  logging level lglobal notice
  logging level llapd notice
diff --git a/ttcn3-sgsn-test/osmo-sgsn.cfg b/ttcn3-sgsn-test/osmo-sgsn.cfg
index 72ca46d..37f4ed8 100644
--- a/ttcn3-sgsn-test/osmo-sgsn.cfg
+++ b/ttcn3-sgsn-test/osmo-sgsn.cfg
@@ -7,6 +7,7 @@
  logging color 1
  logging print category 1
  logging timestamp 1
+ logging print extended-timestamp 1
  logging print file 1
  logging level all everything
  logging level mm debug
diff --git a/ttcn3-sip-test/osmo-sip-connector.cfg b/ttcn3-sip-test/osmo-sip-connector.cfg
index 1834325..5df7468 100644
--- a/ttcn3-sip-test/osmo-sip-connector.cfg
+++ b/ttcn3-sip-test/osmo-sip-connector.cfg
@@ -7,6 +7,7 @@
  logging color 0
  logging print category 1
  logging timestamp 0
+ logging print extended-timestamp 1
  logging print file basename
  logging level all everything
  logging level sip debug

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/14353
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I98cdc0adc24edc966d5648d2c215c6ad7c749209
Gerrit-Change-Number: 14353
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190604/b0f68bbd/attachment.htm>


More information about the gerrit-log mailing list