Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Titan » xsd2ttcn issues with TS 24.481 mcptt-group
xsd2ttcn issues with TS 24.481 mcptt-group [message #1869030] Mon, 29 July 2024 16:48 Go to next message
Olaf Bergengruen is currently offline Olaf BergengruenFriend
Messages: 127
Registered: November 2018
Senior Member
Hi xsd2ttcn experts,

we found some issues with the xsd2ttcn converter (v 10.1.0) converting the mcptt-group xsd from TS 24.481:

The elements mcvideo-mcvideo-id and mcdata-mcdata-id are defined in the xsd as
<xs:element name="mcvideo-mcvideo-id" type="rl:entryType"/>
  
<xs:element name="mcdata-mcdata-id" type="rl:entryType"/>


Note that rl refers to another namespace:
  xmlns:rl="urn:ietf:params:xml:ns:resource-lists"


These elements are incorrectly converted into:
type EntryType Mcvideo_mcvideo_id
with {
  variant "name as 'mcvideo-mcvideo-id'";
  variant "element";
};

type EntryType Mcdata_mcdata_id
with {
  variant "name as 'mcdata-mcdata-id'";
  variant "element";
};



The correct conversion should be:

type urn_ietf_params_xml_ns_resource_lists.EntryType  Mcvideo_mcvideo_id
with {
  variant "name as 'mcvideo-mcvideo-id'";
  variant "element";
};

type urn_ietf_params_xml_ns_resource_lists.EntryType  Mcdata_mcdata_id
with {
  variant "name as 'mcdata-mcdata-id'";
  variant "element";
};



Any comment are appreciated.

Attached the complete set of XSDs needed for the convesion.

Regards,
Olaf @ ETSI TF160


Re: xsd2ttcn issues with TS 24.481 mcptt-group [message #1869123 is a reply to message #1869030] Thu, 01 August 2024 14:30 Go to previous messageGo to next message
Botond Baranyi is currently offline Botond BaranyiFriend
Messages: 55
Registered: February 2016
Member
Hi,

this issue has been fixed. (See https://gitlab.eclipse.org/eclipse/titan/titan.core/-/merge_requests/461)
Could you verify if it works at your end?

Best regards,
Botond
Re: xsd2ttcn issues with TS 24.481 mcptt-group [message #1869132 is a reply to message #1869123] Fri, 02 August 2024 07:41 Go to previous message
Olaf Bergengruen is currently offline Olaf BergengruenFriend
Messages: 127
Registered: November 2018
Senior Member
Thanks, Botond!
Now, it works.
Olaf
Previous Topic:Problem with built-in APER codec with F1AP interface
Next Topic:ETSI TTCN-3 questionnaire 2024
Goto Forum:
  


Current Time: Wed Oct 09 12:48:16 GMT 2024

Powered by FUDForum. Page generated in 0.03609 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top