text
stringlengths 1
208
|
---|
ID: 10715 |
Title: ETSI EG 202 118 V1.1.1 (2003-05) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10715 |
Scope: Services, Applications, Numbering, Naming and Addressing (SANNA) |
Technical Body: ADDRESSING,ADMINISTRATION,INTERWORKING |
Keywords: nan |
ID: 10741 |
Title: ETSI EG 201 992 V1.1.1 (2001-12) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10741 |
Scope: Overall Network and System Architecture (ONSA) |
Technical Body: IN,IP,PROTOCOL,SIGNALLING |
Keywords: nan |
ID: 10742 |
Title: ETSI EG 201 899 V1.1.1 (2001-05) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10742 |
Scope: Overall Network and System Architecture (ONSA) |
Technical Body: API,ARCHITECTURE,INTERFACE,UML |
Keywords: nan |
ID: 10747 |
Title: ETSI EG 201 722 V1.2.1 (2000-12) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10747 |
Scope: Overall Network and System Architecture (ONSA) |
Technical Body: ACCESS,IN,NNI,PROTOCOL,TELEPHONY,UNI |
Keywords: nan |
ID: 10749 |
Title: ETSI EG 201 898 V1.1.1 (2001-04) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10749 |
Scope: Overall Network and System Architecture (ONSA) |
Technical Body: IP,NETWORK |
Keywords: nan |
ID: 10822 |
Title: ETSI EG 201 900-1 V1.1.1 (2001-04) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10822 |
Scope: Peer-to-Peer Control Protocol (PTPCP) |
Technical Body: AAL,ATM,ENDORSEMENT,V5 INTERFACE |
Keywords: nan |
ID: 10823 |
Title: ETSI EG 201 900-2 V1.1.1 (2001-04) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10823 |
Scope: Peer-to-Peer Control Protocol (PTPCP) |
Technical Body: AAL,ATM,PICS,V5 INTERFACE |
Keywords: nan |
ID: 10832 |
Title: ETSI EG 201 936 V1.1.1 (2002-04) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10832 |
Scope: Overall Network and System Architecture (ONSA) |
Technical Body: GATEWAY,INTERWORKING,IP,SERVICE |
Keywords: nan |
ID: 10888 |
Title: ETSI EG 201 901-1 V1.1.1 (2001-05) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10888 |
Scope: Peer-to-Peer Control Protocol (PTPCP) |
Technical Body: B-ISDN,TESTING,TSS&TP |
Keywords: nan |
ID: 10889 |
Title: ETSI EG 201 901-2 V1.1.1 (2001-05) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=10889 |
Scope: Peer-to-Peer Control Protocol (PTPCP) |
Technical Body: ATS,B-ISDN,PICS,TESTING |
Keywords: nan |
ID: 11065 |
Title: ETSI EG 201 916 V1.1.1 (2001-10) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=11065 |
Scope: Overall Network and System Architecture (ONSA) |
Technical Body: ACCESS |
Keywords: nan |
ID: 11089 |
Title: ETSI EG 201 017 V1.4.1 (2000-11) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=11089 |
Scope: Standardizing information and communications systems |
Technical Body: NETWORK,PISN,PLANNING,PRIVATE,QSIG,SERVICE |
Keywords: nan |
ID: 11657 |
Title: ETSI EG 202 067 V1.1.1 (2002-09) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=11657 |
Scope: Human Factors |
Technical Body: ADDRESSING,UCI |
Keywords: nan |
ID: 11658 |
Title: ETSI EG 202 048 V1.1.1 (2002-08) |
Status: Published |
Details Link: http://webapp.etsi.org/workprogram/Report_WorkItem.asp?WKI_ID=11658 |
Scope: Human Factors |
Technical Body: ICONS,INTERFACE,MULTIMODE,PICTOGRAMS,SYMBOLS,USER |
Keywords: nan |
ID: 11668 |
Title: ETSI EG 202 191 V1.1.1 (2003-08) |
π Network Spec for LLM Understanding
π Overview
This repository houses a comprehensive collection of ETSI (European Telecommunications Standards Institute) documents, systematically downloaded, processed, and organized for streamlined access and analysis. Each ETSI deliverable is paired with its corresponding metadata to ensure thorough information management.
π Data Processing Workflow
The data processing involves two main scripts that automate the downloading and organization of ETSI documents:
Download Documents:
- Script:
organize_etsi_documents.py
- Functionality:
- Reads the
ETSICatalog.csv
file to extract document information and download links. - Downloads each PDF document from the provided links.
- Saves associated metadata for each document in a corresponding
_metadata.txt
file. - Implements pause and resume capabilities to handle large downloads efficiently.
- Reads the
- Script:
Organize by Working Group:
- Script:
organize_by_working_group.py
- Functionality:
- Reads the
Grouped_ETSI_Documents_with_Document_Number_by_Working_Group.csv
file to map each document to its respective Working Group (e.g.,GR
,GS
). - Validates the existence of both PDF and metadata files for each document.
- Creates dedicated folders for each Working Group within the
data/
directory. - Moves the PDF and metadata files into their corresponding Working Group folders.
- Logs any missing or problematic files for review.
- Reads the
- Script:
π Directory Structure
βββ data/
β βββ GR/
β β βββ 64372.pdf
β β βββ 64372_metadata.txt
β β βββ 61992.pdf
β β βββ 61992_metadata.txt
β β βββ ...
β βββ GS/
β β βββ 63040.pdf
β β βββ 63040_metadata.txt
β β βββ 62010.pdf
β β βββ 62010_metadata.txt
β β βββ ...
β βββ ...
βββ ETSICatalog.csv
βββ Grouped_ETSI_Documents_with_Document_Number_by_Working_Group.csv
βββ organize_etsi_documents.py
βββ organize_by_working_group.py
βββ requirements.txt
βββ missing_files.log
βββ organize_by_working_group.log
βββ README.md
- data/: Contains all downloaded PDFs and their corresponding metadata files, organized into subdirectories based on Working Groups (
GR
,GS
, etc.). - ETSICatalog.csv: Original CSV file containing metadata and download links for ETSI documents.
- Grouped_ETSI_Documents_with_Document_Number_by_Working_Group.csv: CSV file categorizing documents by Working Group and Concept.
- organize_etsi_documents.py: Python script for downloading ETSI documents and generating metadata files.
- organize_by_working_group.py: Python script for organizing downloaded documents into Working Group folders.
- requirements.txt: Lists Python dependencies required to run the scripts.
- missing_files.log: Logs detailing any missing or problematic files encountered during the organization process.
- organize_by_working_group.log: Detailed log of the
organize_by_working_group.py
script's execution. - README.md: This documentation file.
π οΈ Prerequisites
- Python 3.x: Ensure Python is installed on your system. Download it from python.org.
- Git LFS: Required for handling large files. Install Git LFS from git-lfs.github.com.
π Setup Instructions
Clone the Repository (if not already cloned):
git clone https://hf.co/datasets/rasoul-nikbakht/NetSpec-LLM.git cd NetSpec-LLM
Install Required Python Packages:
It's recommended to use a virtual environment:
# Create a virtual environment python3 -m venv venv # Activate the virtual environment # On macOS/Linux: source venv/bin/activate # On Windows: venv\Scripts\activate # Upgrade pip pip install --upgrade pip # Install dependencies pip install -r requirements.txt
Alternatively, install directly without a virtual environment:
pip install pandas tqdm
Initialize Git LFS:
git lfs install
Verify File Placement:
- Ensure the CSV file
Grouped_ETSI_Documents_with_Document_Number_by_Working_Group.csv
is in the root directory of the repository. - Ensure all PDF and metadata files are located within the
data/
directory.
- Ensure the CSV file
π How to Use
1. Download and Organize ETSI Documents
Ensure that ETSICatalog.csv
is placed in the root directory of the repository.
python organize_etsi_documents.py
Note: The download process may take some time depending on the number of documents and your internet connection.
2. Categorize Documents by Working Group
Ensure that Grouped_ETSI_Documents_with_Document_Number_by_Working_Group.csv
and process-ETSI.ipynb
are correctly formatted and placed in the root directory.
Run the appropriate cell in the Jupyter notebook to group the documents by Working Group.
Note: The script will move PDFs and metadata files into their respective Working Group folders. Any missing files or errors will be logged in missing_files.log
and organize_by_working_group.log
.
3. Review the Results
Check the Organized Directories:
- Navigate to the
data/
directory to see subfolders for each Working Group (GR
,GS
, etc.) containing the relevant files.
- Navigate to the
Inspect Log Files:
organize_by_working_group.log
: Contains detailed logs of the script's execution, including moved files and any errors.missing_files.log
: Details any missing files or issues encountered during the move process.
π‘οΈ Additional Notes
Backup Your Data:
- Before running the scripts, it's advisable to back up your
data/
directory to prevent accidental data loss.
- Before running the scripts, it's advisable to back up your
Handling Missing Files:
- If
missing_files.log
contains entries, review them to identify and address any missing or problematic files.
- If
Extensibility:
- The scripts are designed to handle additional Working Groups seamlessly. Simply update the CSV file with new entries, and rerun the script to organize new documents.
π License
This project is licensed under the Creative Commons Attribution Non Commercial 4.0
- Downloads last month
- 38,045