Create script to extract 3GPP yang modules 75/1075/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Sat, 5 Oct 2019 14:56:05 +0000 (16:56 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Sat, 5 Oct 2019 14:56:50 +0000 (16:56 +0200)
commit7d76be814019df45d4a6a11e0478375c29775f3e
treeb22ee3f1a4e883662578845cfb2425f440c80880
parenta0697a5607f3bd247cfae3063558dec727c484e2
Create script to extract 3GPP yang modules

3GPP publishes yang modules within it specification in word format.
A procedure extracts such yang modules from documents.
Please see related README.md

IssueID: OAM-24
Change-Id: I073da7adc4b5fedb872d74493ca912a1eefb48b7
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
.gitignore [new file with mode: 0644]
data-model/tools/extractYangFrom3gpp/3gpp-ts-28.541/README.md [new file with mode: 0644]
data-model/tools/extractYangFrom3gpp/3gpp-ts-28.541/import/ietf-inet-types@2010-09-24.yang [new file with mode: 0644]
data-model/tools/extractYangFrom3gpp/3gpp-ts-28.541/import/ietf-inet-types@2013-07-15.yang [new file with mode: 0644]
data-model/tools/extractYangFrom3gpp/3gpp-ts-28.541/import/ietf-yang-types.yang [new file with mode: 0644]
data-model/tools/extractYangFrom3gpp/3gpp-ts-28.541/import/ietf-yang-types@2013-05-16.yang [new file with mode: 0644]
data-model/tools/extractYangFrom3gpp/3gpp-ts-28.541/src/js/extractYang.js [new file with mode: 0644]