From 971ba49b16b436287cd6ae5a9b781de81a0dd97e Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Wed, 4 Dec 2024 21:29:59 +0000
Subject: [PATCH 1/8] Baseline v0.0.0

---
 TS-Example.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TS-Example.md b/TS-Example.md
index 0e182fe..947e2c9 100644
--- a/TS-Example.md
+++ b/TS-Example.md
@@ -58,7 +58,7 @@
 +-------------------------------------------------------------------------------------+
 |**Document history**                                                                 |
 +:======+:==========+:================================================================+
-|V0.0.0 |2024-04-12 |First examples                                                   |
+|V0.0.0 |2024-05-12 |First examples                                                   |
 +-------+-----------+-----------------------------------------------------------------+
 |       |           |                                                                 |
 +-------+-----------+-----------------------------------------------------------------+
-- 
GitLab


From db1274c7380e783b543646034232733b390476c0 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 6 Dec 2024 07:32:58 +0000
Subject: [PATCH 2/8] Adding some other examples

---
 TS-Example.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 46 insertions(+), 5 deletions(-)

diff --git a/TS-Example.md b/TS-Example.md
index 947e2c9..8dcd444 100644
--- a/TS-Example.md
+++ b/TS-Example.md
@@ -23,9 +23,9 @@
 |             |             |              | 99.999%     | the haptic  |              |              |             |
 |             |             | 0.8 - 200    | (with       | device      |              |              |             |
 |             |             | Kbit/s       | haptic      |             |              |              |             |
-|             |             | (with        | encoding    |             |              |              |             |
+|             |             | (with        | encoding)   |             |              |              |             |
 |             |             | haptic       |             |             |              |              |             |
-|             |             | encoding     |             |             |              |              |             |
+|             |             | encoding)    |             |             |              |              |             |
 |             +-------------+--------------+-------------+-------------+              |              +-------------+
 |             | 5 ms        | &lt; 1 Mbit/s| 99.99%      | 1500        |              |              |Sensing      |
 |             |             |              | [40]        |             |              |              |information  |
@@ -41,13 +41,54 @@
 |VR (DL:      |             |              |             |             |              | (note 5)     |             |
 |application  +-------------+--------------+-------------+-------------+              |              +-------------+
 |server &rarr;| 10 ms       | 5-512 Mbit/s | 99.9%       | 50          |              |              | Audio       |            
-|device       |             |              | [40]        |             |              |              |             |
+|device)      |             |              | [40]        |             |              |              |             |
 |             +-------------+--------------+-------------+-------------+              |              +-------------+
 |             | 5 ms        | 16 Kbit/s-2  | 99.9%       | 1 DoF:2-8   |              |              | Haptic      |
-|             |             | 0.8 - 200    | (with       | 3 DoFs:6-24 |              |              | feedback    |
-|             |             | Kbit/s       | haptic      | 6 DoFs:12-48|              |              |             |
+|             |             | Mbit/s       | (with       | 3 DoFs:6-24 |              |              | feedback    |
+|             |             | (without     | haptic      | 6 DoFs:12-48|              |              |             |
+|             |             | haptic)      | compression)| 6 DoFs:12-48|              |              |             |
 +-------------+-------------+--------------+-------------+-------------+--------------+--------------+-------------+
 
++---------------+------------------------------------------------------+
+|Name           |DedicatedBearerCnf                                    |
++---------------+------------------------------------------------------+
+|Port           |IPCANctl                                              |
++---------------+------------------------------------------------------+
+|Comment        |ASP type which returns the result of the execution of |
+|               |DedicatedBearerReq, when it is ocmpleted              |
++---------------+---------------------+--------------------------------+
+|Parameter Name |Parameter Type       | Comment                        |
++===============+=====================+================================+
+|status         |Status               |                                |
++---------------+---------------------+--------------------------------+
+
++----------------------------+--------------------------------+---------------------------------+
+|                            |ERP (watts)                     | ERP (watts/MHz)                 |
+|                            +--------------------------------+---------------------------------+
+|Antenna HAAT (meters/feet)  |Emission BW $\leq$ 1 MHz        | Emission BW > 1MHz              |
+|                            +-----------------+--------------+-----------------+---------------+
+|                            |Non-rural areas  |Rural areas*  |Non-rural areas  | Rural areas*  |
++:===========================+:================+:=============+:================+:==============+
+|>1372 (4500)                | 65              |130           |65               |130            |
++----------------------------+-----------------+--------------+-----------------+---------------+
+|1220 (4000) to 1372(4500)   |70               |140           |70               |140            |
++----------------------------+-----------------+--------------+-----------------+---------------+
+|1067 (3500) to 1220 (4000)  |75               |150           |75               |150            |
++----------------------------+-----------------+--------------+-----------------+---------------+
+|915 (3000) to1067(3500)     |100              |200           |100              |200            |
++----------------------------+-----------------+--------------+-----------------+---------------+
+|763 (2500) to 915 (3000)    |140              |280           |140              |280            |
++----------------------------+-----------------+--------------+-----------------+---------------+
+|610 (2000) to 763 (2500)    |200              |400           |200              |400            |
++----------------------------+-----------------+--------------+-----------------+---------------+
+|458 (1500) to 610 (2000)    |350              |700           |350              |700            |
++----------------------------+-----------------+--------------+-----------------+---------------+
+|305 (1000) to 458 (1500)    |600              |1200          |600              |1200           |
++----------------------------+-----------------+--------------+-----------------+---------------+
+|Up to 305 (1000)            |1000             | 2000         |1000             |2000           |
++----------------------------+-----------------+--------------+-----------------+---------------+
+|Note:* with population density of 100 or fewer persons per square mile                         |
++-----------------------------------------------------------------------------------------------+
 
 # 2 Pipe table examples
 
-- 
GitLab


From a6b14ac53ce14191351aef50928e29c7b414f8f8 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 6 Dec 2024 07:36:15 +0000
Subject: [PATCH 3/8] Adjusting alignments for examples

---
 TS-Example.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TS-Example.md b/TS-Example.md
index 8dcd444..d27cb69 100644
--- a/TS-Example.md
+++ b/TS-Example.md
@@ -58,7 +58,7 @@
 |               |DedicatedBearerReq, when it is ocmpleted              |
 +---------------+---------------------+--------------------------------+
 |Parameter Name |Parameter Type       | Comment                        |
-+===============+=====================+================================+
++:==============+:====================+:===============================+
 |status         |Status               |                                |
 +---------------+---------------------+--------------------------------+
 
@@ -68,7 +68,7 @@
 |Antenna HAAT (meters/feet)  |Emission BW $\leq$ 1 MHz        | Emission BW > 1MHz              |
 |                            +-----------------+--------------+-----------------+---------------+
 |                            |Non-rural areas  |Rural areas*  |Non-rural areas  | Rural areas*  |
-+:===========================+:================+:=============+:================+:==============+
++:===========================+=================+==============+=================+===============+
 |>1372 (4500)                | 65              |130           |65               |130            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
 |1220 (4000) to 1372(4500)   |70               |140           |70               |140            |
-- 
GitLab


From f00f9763279d23575ad719b34b8e49fcb7340690 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 6 Dec 2024 07:40:29 +0000
Subject: [PATCH 4/8] Fix example

---
 TS-Example.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TS-Example.md b/TS-Example.md
index d27cb69..e2c7c07 100644
--- a/TS-Example.md
+++ b/TS-Example.md
@@ -69,7 +69,7 @@
 |                            +-----------------+--------------+-----------------+---------------+
 |                            |Non-rural areas  |Rural areas*  |Non-rural areas  | Rural areas*  |
 +:===========================+=================+==============+=================+===============+
-|>1372 (4500)                | 65              |130           |65               |130            |
+| > 1372 (4500)              | 65              |130           |65               |130            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
 |1220 (4000) to 1372(4500)   |70               |140           |70               |140            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
-- 
GitLab


From 6526a6934391ef71e059ca003ad17cf5b0e7d145 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 6 Dec 2024 07:46:32 +0000
Subject: [PATCH 5/8] Fix examples

---
 TS-Example.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TS-Example.md b/TS-Example.md
index e2c7c07..f5f0fb9 100644
--- a/TS-Example.md
+++ b/TS-Example.md
@@ -69,13 +69,13 @@
 |                            +-----------------+--------------+-----------------+---------------+
 |                            |Non-rural areas  |Rural areas*  |Non-rural areas  | Rural areas*  |
 +:===========================+=================+==============+=================+===============+
-| > 1372 (4500)              | 65              |130           |65               |130            |
+| \> 1372 (4500)             | 65              |130           |65               |130            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
 |1220 (4000) to 1372(4500)   |70               |140           |70               |140            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
 |1067 (3500) to 1220 (4000)  |75               |150           |75               |150            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
-|915 (3000) to1067(3500)     |100              |200           |100              |200            |
+|915 (3000) to 1067(3500)    |100              |200           |100              |200            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
 |763 (2500) to 915 (3000)    |140              |280           |140              |280            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
-- 
GitLab


From dec55ba59d9d6820f995ef502d84ca50191d80cd Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 6 Dec 2024 07:55:01 +0000
Subject: [PATCH 6/8] Update file TS-Example.md

---
 TS-Example.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TS-Example.md b/TS-Example.md
index f5f0fb9..a38ea6f 100644
--- a/TS-Example.md
+++ b/TS-Example.md
@@ -69,7 +69,7 @@
 |                            +-----------------+--------------+-----------------+---------------+
 |                            |Non-rural areas  |Rural areas*  |Non-rural areas  | Rural areas*  |
 +:===========================+=================+==============+=================+===============+
-| \> 1372 (4500)             | 65              |130           |65               |130            |
+|1372 (4500)&lt;             | 65              |130           |65               |130            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
 |1220 (4000) to 1372(4500)   |70               |140           |70               |140            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
-- 
GitLab


From 3dbb2211241e30faf6f99b182898f7c48475a8d5 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 6 Dec 2024 08:03:13 +0000
Subject: [PATCH 7/8] Update file TS-Example.md

---
 TS-Example.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TS-Example.md b/TS-Example.md
index a38ea6f..b408ca1 100644
--- a/TS-Example.md
+++ b/TS-Example.md
@@ -69,7 +69,7 @@
 |                            +-----------------+--------------+-----------------+---------------+
 |                            |Non-rural areas  |Rural areas*  |Non-rural areas  | Rural areas*  |
 +:===========================+=================+==============+=================+===============+
-|1372 (4500)&lt;             | 65              |130           |65               |130            |
+|Higher than 1372 (4500)     | 65              |130           |65               |130            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
 |1220 (4000) to 1372(4500)   |70               |140           |70               |140            |
 +----------------------------+-----------------+--------------+-----------------+---------------+
-- 
GitLab


From c7a9a44f12e3212d9f7a18e68e3d140e156c1b94 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Tue, 18 Mar 2025 20:17:52 +0000
Subject: [PATCH 8/8] Edit TS-Example.md

---
 TS-Example.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/TS-Example.md b/TS-Example.md
index b408ca1..ee11de5 100644
--- a/TS-Example.md
+++ b/TS-Example.md
@@ -6,6 +6,8 @@
 
 # 1 Grid table examples
 
+Example 1 
+
 +-------------+------------------------------------------+-------------------------------------------+-------------+
 |Use cases    | Characteristic parameter (KPI)           | Influence quantity                        | Remarks     |
 |             +-------------+--------------+-------------+-------------+--------------+--------------+-------------+
@@ -49,6 +51,9 @@
 |             |             | haptic)      | compression)| 6 DoFs:12-48|              |              |             |
 +-------------+-------------+--------------+-------------+-------------+--------------+--------------+-------------+
 
+
+Example 2
+
 +---------------+------------------------------------------------------+
 |Name           |DedicatedBearerCnf                                    |
 +---------------+------------------------------------------------------+
@@ -62,6 +67,9 @@
 |status         |Status               |                                |
 +---------------+---------------------+--------------------------------+
 
+
+Example 3
+
 +----------------------------+--------------------------------+---------------------------------+
 |                            |ERP (watts)                     | ERP (watts/MHz)                 |
 |                            +--------------------------------+---------------------------------+
-- 
GitLab