Commit bdfc1b50 authored by Jerediah Fevold's avatar Jerediah Fevold
Browse files

Added bolding to branch names for clarity and fixed a link.

parent 3cbb9c44
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -10,20 +10,20 @@ In this demonstration, 27 RILs, which were agreed to be implemented in the speci
## Structure
The following structure has been developed for the demonstration. It is a first attempt, and is up for discussion.

* main - Contains the clean specification v18.0.0, and would eventually contain final versions of the modified specifications, e.g., v18.1.0.
  * NR_UAV-core_R2_125 - Contains all changes related to a WI, which can eventually be merged as a running CR, either into the specification or into another running CR capturing other WIs.
    * NR_UAV-core_R2_125_RIL - Contains all changes related to the RIL for this WI. The agreed RILs would eventually be merged here.
      * NR_UAV-core_R2_125_RIL_* - The RIL branches contain changes that make focused modifications ot the specification and can include changes in more than one part of the specification, but the changes should be related to one another.
      * NR_UAV-core_R2_125_impl_v0 - Contains the first set of implemented changes as shown in the the running CR for the WI, which can be found [here](https://www.3gpp.org/ftp/tsg_ran/WG2_RL2/TSGR2_125/Docs/R2-2401605.zip)
        * NR_UAV-core_R2_125_impl_v1 - Adds changes from a second set of changes to demonstrate how further changes could come during a meeting or in a revised CR.
          * NR_UAV-core_R2_125_impl_v2 - Adds editorial changes and any inconsistently or uncompletely implemented changes.
* **main** - Contains the clean specification v18.0.0, and would eventually contain final versions of the modified specifications, e.g., v18.1.0.
  * **NR_UAV-core_R2_125** - Contains all changes related to a WI, which can eventually be merged as a running CR, either into the specification or into another running CR capturing other WIs.
    * **NR_UAV-core_R2_125_RIL** - Contains all changes related to the RIL for this WI. The agreed RILs would eventually be merged here.
      * **NR_UAV-core_R2_125_RIL_** - The RIL branches contain changes that make focused modifications ot the specification and can include changes in more than one part of the specification, but the changes should be related to one another.
      * **NR_UAV-core_R2_125_impl_v0** - Contains the first set of implemented changes as shown in the the running CR for the WI, which can be found [here](https://www.3gpp.org/ftp/tsg_ran/WG2_RL2/TSGR2_125/Docs/R2-2401605.zip)
        * **NR_UAV-core_R2_125_impl_v1** - Adds changes from a second set of changes to demonstrate how further changes could come during a meeting or in a revised CR.
          * **NR_UAV-core_R2_125_impl_v2** - Adds editorial changes and any inconsistently or uncompletely implemented changes.

As is demonstrated by the structure, RILs are submitted independently from one another and are merged in as they are agreed. Branches can derive from other branches, creating a hierarchy. Because the branches were based on the clean specification, the final set of changes are fully compatible with the clean specification and can be merged in as a set.

# RIL Report

## Simple Report
RIL reports could come in different forms. On the most basic level, the branches and an excerpt from their comment can be easily produced directly by the git tool as shown or in the [web interface](https://forge.etsi.org/rep/fevold/markdown-specification/-/branches/active].
RIL reports could come in different forms. On the most basic level, the branches and an excerpt from their comment can be easily produced directly by the git tool as shown or in the [web interface](https://forge.etsi.org/rep/fevold/markdown-specification/-/branches/active).

Note that this simple example can be improved upon with filtering and a full listing of the commoent associated with the latest commit to the branch. The web tool or the command-line tool can be used to determine the difference proposed by the change.