Commit 104545f0 authored by Jerediah (Nokia)'s avatar Jerediah (Nokia)
Browse files

Initial commit of unprocessed MD converted from docx

parent cc36a68e
Loading
Loading
Loading
Loading

38533.md

0 → 100644
+32100 −0

File added.

Preview size limit exceeded, changes collapsed.

config.bat

0 → 100644
+38 −0
Original line number Diff line number Diff line
REM © 2025 NokiaREM 
REM Licensed under tREM he BSD 3-Clause License
REM SPDX-License-IdentifREM ier: BSD-3-Clause

REM This script sets up the environment for processing 3GPP specifications
REM using Pandoc and WeasyPrint. It defines paths for input files, output directories,
REM and configuration options for the processing scripts.

REM Configure Pandoc lua filters
set PRE_PROCEDURAL=FALSE
set PROC_ASN=FALSE
set PROC_MSC=FALSE
set PROC_MERMAID=FALSE
set PROC_PROCEDURAL=FALSE
set PROC_RRC_PROCEDURAL=FALSE
set PROC_EQUATION=FALSE
set PROC_TOC=TRUE
set PROC_JSON_TABLES=FALSE
set PROC_COVER=TRUE
set PROC_POST=TRUE

REM * Static images path
set IMAGES_DIR=images

REM * Cover page (html) Path
set COVER_PAGE_FILE=cover.html

REM * Input markdown file
set MD_FILE=38533.md

REM * Configuration for markdown to HTML
set HTML_TITLE="TS38.533 v18.8.0"
set HTML_FILE=38533.html

set CSS_SPEC_CUSTOM=custom_spec_style.css

REM * Configuration for HTML to PDF conversion
set PDF_FILE=38533.pdf

cover.html

0 → 100644
+57 −0
Original line number Diff line number Diff line
<p style="text-align:right; margin:0;"><span style="font-size: 42px;">3GPP TS 38.533</span> <span style="font-size: 26px;">V18.8.0</span> <span style="font-size: 21px;">(2025-09)</span></p>
<hr />
<p style="font-size: 13px; text-align:right; margin:0; font-style: italic">Technical Specification</p>
<br />
<br />
<br />
<p style="font-size: 23px; text-align:right; margin:0; font-weight: bold">3rd Generation Partnership Project;</p>
<p style="font-size: 23px; text-align:right; margin:0; font-weight: bold">Technical Specification Group Radio Access Network;</p>
<p style="font-size: 23px; text-align:right; margin:0; font-weight: bold">NR;</p>
<p style="font-size: 23px; text-align:right; margin:0; font-weight: bold">User Equipment (UE) conformance specification;</p>
<p style="font-size: 23px; text-align:right; margin:0; font-weight: bold">Radio Resource Management (RRM)</p>
<p style="font-size: 23px; text-align:right; margin:0; font-weight: bold">(Release 18)</p>
<br />
<hr />
<div style="display: flex;">
	<div style="flex:50%;"><img src="media/logo_5g.png" height="84" width="119" /></div>
	<div style="flex:50%;"><img src="media/logo_3gpp.png" height="95" width="159" /></div>
</div>
<div class="title-page-statement">
<p class="nospace">The present document has been developed within the 3rd Generation Partnership Project (3GPP <sup>TM</sup>) and may be further elaborated for the purposes of 3GPP.</p>
<p class="nospace">The present document has not been subject to any approval process by the 3GPP Organizational Partners and shall not be implemented.</p>
<p class="nospace">This Specification is provided for future development work within 3GPP only. The Organizational Partners accept no liability for any use of this Specification.</p>
<p class="nospace">Specifications and Reports for implementation of the 3GPP <sup >TM</sup> system should be obtained via the 3GPP Organizational Partners' Publications Offices.</p>
</div>
<div class="pagebreak"> </div>
<div class="title-page-address">
	<p class="nospace"><strong><em>3GPP</em></strong></p>
	<br />
	<p class="nospace">Postal address</p>
	<hr width="250px;">
	<br />
	<p class="nospace">3GPP support office address</p>
	<hr width="250px">
	<p class="nospace">650 Route des Lucioles - Sophia Antipolis</p>
	<p class="nospace">Valbonne - FRANCE</p>
	<p class="nospace">Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16</p>
	<br />
	<p class="nospace">Internet</p>
	<hr width="250px">
	<p class="nospace">http://www.3gpp.org</p>
</div>

<div style="text-align: center;">
	<p><strong><em>Copyright Notification</em></strong></p>
	<hr />
	<p class="nospace">No part may be reproduced except as authorized by written permission</p>
	<p class="nospace">The copyright and the foregoing restriction extend to reproduction in all media.</p>
	<br />
	<p class="nospace">© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,	TTA, TTC).</p>
	<p class="nospace">All rights reserved.</p>
</div>
<br />
<p class="nospace">UMTS™ is a Trade Mark of ETSI registered for the benefit of its members</p>
<p class="nospace">3GPP™ is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners<br />
<p class="nospace">LTE™ is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners</p>
<p class="nospace">GSM® and the GSM logo are registered and owned by the GSM Association </p>
<div class="pagebreak"> </div>

custom_spec_style.css

0 → 100644
+24 −0
Original line number Diff line number Diff line
@page {
	margin-left: 1in;
	margin-right: 1in;
	margin-top: 1in;
	margin-bottom: 1in;
	size: A4;
	@top-center { content: counter(page); color: gray; font-size: 13px; }
	@top-left { content: "Release 18"; color: gray; font-size: 13px; }
	@top-right { content: "3GPP TS38.331 V18.0.0 (2023-12)"; color: gray; font-size: 13px; }
}

rrc-procedures ul {
  list-style: none;
}

rrc-procedures ul { list-style: "1> "; }
rrc-procedures ul ul { list-style: "2> "; }
rrc-procedures ul ul ul { list-style: "3> "; }
rrc-procedures ul ul ul ul { list-style: "4> "; }
rrc-procedures ul ul ul ul ul { list-style: "5> "; }
rrc-procedures ul ul ul ul ul ul { list-style: "6> "; }
rrc-procedures ul ul ul ul ul ul ul { list-style: "7> "; }
rrc-procedures ul ul ul ul ul ul ul ul { list-style: "8> "; }
rrc-procedures ul ul ul ul ul ul ul ul ul { list-style: "9> "; }

images/image1.png

0 → 100644
+7.48 KiB
Loading image diff...
Loading