Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008137SOL001 - TOSCA-based NFV descriptors spec[NFV Specifications] Bugpublic11-11-2022 05:5326-07-2023 05:38
ReporterSujeet Banerjee 
Assigned Tolishi 
Prioritynormal 
StatusresolvedResolutionfixed 
Product Version4.2.1 
Target VersionFixed in VersionSOL001ed451 v4.4.4 
Summary0008137: [4.3.1] [Section 6.8.1.2] Incorrect ABNF Grammar Specified for "Vnfm_info"
DescriptionThis is incorrect in the specified Grammar:
-----------
value = any_etsi_nfv_compliant_product| product_specific

any_etsi_nfv_compliant_product = "etsivnfm" SEP "version"

version = "v" version_identifier

version_identifier = 1*2DIGIT DOT 1*2DIGIT DOT 1*2DIGIT
; the version identifier is encoded as a sequence of items of 1 or 2 digits separated by dots
representing the 3 fields (major, technical and editorial) of the version of an ETSI deliverable.

product_specific = enterprise_number SEP product_specific_string

enterprise_number = 1*DIGIT

product_specific_string = *(ALPHA / DIGIT / "-" / ".")

SEP = ":"

DOT = "."
-----------

THE INCORRECT RULE SPECIFIED, THAT DOES NOT MATCH THE EXAMPLE:

>>> any_etsi_nfv_compliant_product = "etsivnfm" SEP "version"

THE LITERAL "version" SPECIFIED IS INCORRECT. IN FACT, IT'S NOT A LITERAL, RATHER IT'S NON-TERMINAL <version>
Additional InformationTHE CORRECT RULE WOULD BE:

>>> any_etsi_nfv_compliant_product = "etsivnfm" SEP version

(i.e. version WITHOUT THE QUOTES)

TagsNo tags attached.
Attached Filesdocx file icon NFVSOL(23)000240_SOL001ed451_correct_ABNF_Grammar_.docx [^] (65,568 bytes) 26-07-2023 05:35

- Relationships

-  Notes
(0016332)
lishi (developer)
06-12-2022 09:56

Thanks. It will be fixed in the next version.
(0016499)
Yuya Kuno (developer)
26-07-2023 05:35

This issue was addressed by NFVSOL(23)000240.
(0016500)
Yuya Kuno (developer)
26-07-2023 05:38

This issues was addressed by NFVSOL(23)000240.
(0016501)
Yuya Kuno (developer)
26-07-2023 05:38

This issues was addressed by NFVSOL(23)000240.

- Issue History
Date Modified Username Field Change
11-11-2022 05:53 Sujeet Banerjee New Issue
06-12-2022 09:56 lishi Note Added: 0016332
06-12-2022 09:56 lishi Assigned To => lishi
06-12-2022 09:56 lishi Status new => confirmed
15-12-2022 09:18 Sujeet Banerjee Issue cloned: 0008163
26-07-2023 05:35 Yuya Kuno File Added: NFVSOL(23)000240_SOL001ed451_correct_ABNF_Grammar_.docx
26-07-2023 05:35 Yuya Kuno Note Added: 0016499
26-07-2023 05:38 Yuya Kuno Note Added: 0016500
26-07-2023 05:38 Yuya Kuno Status confirmed => resolved
26-07-2023 05:38 Yuya Kuno Resolution open => fixed
26-07-2023 05:38 Yuya Kuno Fixed in Version => SOL001ed451 v4.4.4
26-07-2023 05:38 Yuya Kuno Note Added: 0016501


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker