fixeria has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/42439?usp=email )
Change subject: doc/manuals: cli: shorten enb_list example table ......................................................................
doc/manuals: cli: shorten enb_list example table
The full enb_list table with all address columns is too wide to fit on a page and does not render well in PDF. Collapse the address columns with '...'; add a note that they are omitted for readability.
Change-Id: I4e25233a3e77358060f1098e97907c93deab334b Related: OS#6671 --- M doc/manuals/chapters/cli.adoc 1 file changed, 6 insertions(+), 6 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved laforge: Looks good to me, but someone else must approve pespin: Looks good to me, but someone else must approve
diff --git a/doc/manuals/chapters/cli.adoc b/doc/manuals/chapters/cli.adoc index 2daf0b4..cdf50a3 100644 --- a/doc/manuals/chapters/cli.adoc +++ b/doc/manuals/chapters/cli.adoc @@ -281,15 +281,15 @@ --reverse Reverse sort order ----
-Example: +Example (address columns omitted for readability):
---- OsmoS1GW# enb_list -| handle | PID | Global-eNB-ID | State | eNB saddr:sport (aid) | MME saddr:sport (aid) | MME daddr:dport (aid) | MME name | Uptime | E-RABs | -|----------|-----------|---------------|-----------|-------------------------|------------------------|-------------------------|----------|----------|----------| -| 0 | <0.699.0> | 001-01-0 | connected | 127.0.1.10:56767 (5706) | 127.0.2.1:34650 (5707) | 127.0.2.10:36412 (5707) | mme0 | 418 | 0 | -| 1 | <0.701.0> | 001-01-1 | connected | 127.0.1.10:54140 (5710) | 127.0.2.1:34651 (5711) | 127.0.2.10:36412 (5711) | mme0 | 33 | 3 | -| 2 | <0.703.0> | 001-01-2 | connected | 127.0.1.10:34076 (5714) | 127.0.2.1:34652 (5715) | 127.0.2.10:36412 (5715) | mme0 | 3600 | 20 | +| handle | PID | Global-eNB-ID | State | ... | MME name | Uptime | E-RABs | +|----------|-----------|---------------|-----------|~~~~~|----------|----------|----------| +| 0 | <0.699.0> | 001-01-0 | connected | ... | mme0 | 418 | 0 | +| 1 | <0.701.0> | 001-01-1 | connected | ... | mme0 | 33 | 3 | +| 2 | <0.703.0> | 001-01-2 | connected | ... | mme0 | 3600 | 20 | ----
==== `enb_info`