From 0a5a50b67bd3f8aafb554f05e004d597e20ab2ac Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 10 Apr 2021 05:30:43 +0200 Subject: fix missing and/or non-existent linked references Change-Id: I5fe6263ac666e41cbe34407f09e9023aafa57d2c --- common/chapters/bibliography.adoc | 4 +++- common/chapters/control_if.adoc | 2 +- common/chapters/rf.adoc | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/common/chapters/bibliography.adoc b/common/chapters/bibliography.adoc index e447325..67f0cb9 100644 --- a/common/chapters/bibliography.adoc +++ b/common/chapters/bibliography.adoc @@ -81,6 +81,8 @@ https://ftp.osmocom.org/docs/latest/osmotrx-lms-vty-reference.pdf https://ftp.osmocom.org/docs/latest/osmotrx-ipc-vty-reference.pdf https://ftp.osmocom.org/docs/latest/osmotrx-usrp1-vty-reference.pdf +- [[[3gpp-ts-23-041]]] 3GPP TS 23.041: Technical realization of + Cell Broadcast Service (CBS) - [[[3gpp-ts-23-048]]] 3GPP TS 23.048: Security mechanisms for the (U)SIM application toolkit; Stage 2 https://www.3gpp.org/DynaReport/23048.htm @@ -160,7 +162,7 @@ system for telecommunication application providers https://www.etsi.org/deliver/etsi_ts/101200_101299/101220/12.00.00_60/ts_101220v120000p.pdf -- [[[ietf-rfc768]]] IETF RFC 768: Internet Protocol +- [[[ietf-rfc791]]] IETF RFC 791: Internet Protocol https://tools.ietf.org/html/rfc791 - [[[ietf-rfc793]]] IETF RFC 793: Transmission Control Protocol https://tools.ietf.org/html/rfc793 diff --git a/common/chapters/control_if.adoc b/common/chapters/control_if.adoc index 67ac045..e64f661 100644 --- a/common/chapters/control_if.adoc +++ b/common/chapters/control_if.adoc @@ -188,7 +188,7 @@ Another implementation is in `scripts/osmo_rate_ctr2csv.py` which will retrieve for a given Osmocom program and output it in csv format. This can be used to periodically (using systemd timer for example) retrieve data to build KPI and evaluate how it changes over time. -Internally it uses "+rate_ctr.*+" variable described in <> to get the list of counter groups +Internally it uses "+rate_ctr.*+" variable described in <> to get the list of counter groups and than request all the counters in each group. Applications interested in individual metrics can request it directly using `rate_ctr2csv.py` as an example. diff --git a/common/chapters/rf.adoc b/common/chapters/rf.adoc index f3f6dd9..637fb5e 100644 --- a/common/chapters/rf.adoc +++ b/common/chapters/rf.adoc @@ -45,7 +45,7 @@ So in order to estimate the loss of a coaxial cable, you need to . determine the frequency at which you will use the cable, as determined by the GSM frequency band of your BTS. Make sure you use the highest frequency that might occur, which is typically the upper end of the - transmit band, see <> + transmit band, see <> . determine the attenuation of your cable per 100m at the given frequency (check the cable data sheet) . scale that value by the actual length of the cable -- cgit v1.2.3