57 U32BIT taggedProfilesCount;
58 U32BIT profileDataLength;
63 dsmAssert(( mpIorData != NULL ));
64 dsmAssert(( pIorTypeId != NULL ));
65 dsmAssert(( pLocation != NULL ));
66 dsmAssert(( pTap != NULL ));
69 MEMPTR_OPEN( mpIorData, mpIor );
78 ADV_UINT32_L2CHK( mpIor, ui32, ui32 == 4,
79 dsmDP2((
"DATA ERROR: IOR typeIdLength (!= 4) = %u\n", ui32)),
83 READ_UINT32( mpIor, *pIorTypeId );
86 READ_UINT32_L2CHK( mpIor, taggedProfilesCount, taggedProfilesCount >= 1,
87 dsmDP2((
"DATA ERROR: IOR taggedProfilesCount (< 1) = %u\n",
88 taggedProfilesCount)),
95 READ_UINT32( mpIor, profileIdTag );
97 pLocation->uiBindingTag = profileIdTag;
101 if ( profileIdTag == TAG_BIOP )
104 ADV_UINT32_L2CHK( mpIor, ui32, ui32 >=
105 (2 + MIN_OBJ_LOCATION_LEN + MIN_CONN_BINDER_LEN),
106 dsmDP2((
"DATA ERROR: IOR TAG_BIOP profileDataLength = %u\n", ui32)),
107 goto _return_False );
111 ADV_UINT8_L1CHK( mpIor, ui8, ui8 == 0,
112 dsmDP2((
"DATA ERROR: IOR TAG_BIOP byteOrder = %u\n", ui8)),
113 goto _return_False );
117 ADV_UINT8_L1CHK( mpIor, ui8, ui8 >= 1,
118 dsmDP2((
"DATA ERROR: IOR TAG_BIOP liteComponentsCount (< 1) = %u\n", ui8)),
119 goto _return_False );
125 READ_UINT32_L0CHK( mpIor, ui32, ui32 == TAG_OBJECT_LOCATION,
126 dsmDP2((
"DATA ERROR: IOR TAG_BIOP 1st componentIdTag (!= ObjectLocation) = %u\n", ui32)),
127 goto _return_False );
130 ADV_UINT8_L2CHK( mpIor, ui8, ui8 >= MIN_OBJLOC_COMPONENT_DATA_LEN,
131 dsmDP2((
"DATA ERROR: IOR ObjectLocation componentDataLength = %u\n", ui8)),
132 goto _return_False );
135 READ_UINT32( mpIor, pLocation->carouselId );
138 READ_UINT16( mpIor, pLocation->moduleId );
141 ADV_UINT16_L2CHK( mpIor, ui16, ui16 == 0x0100,
142 dsmDP2((
"DATA ERROR: IOR ObjectLocation protocol version (!=0x0100) = %u\n", ui16)),
143 goto _return_False );
146 READ_OBJECT_KEY( mpIor, pLocation->objectKey, keyValid );
148 dsmDP2((
"DATA ERROR: IOR ObjectLocation objectKey invalid\n"));
156 READ_UINT32_L0CHK( mpIor, ui32, ui32 == TAG_CONN_BINDER,
157 dsmDP2((
"DATA ERROR: IOR TAG_BIOP 2nd componentIdTag (!= ConnBinder) = %u\n", ui32)),
158 goto _return_False );
161 ADV_UINT8_L2CHK( mpIor, ui8, ui8 >= MIN_CONBIND_COMPONENT_DATA_LEN,
162 dsmDP2((
"DATA ERROR: IOR ConnBinder componentDataLength = %u\n", ui8)),
163 goto _return_False );
167 ADV_UINT8_L1CHK( mpIor, ui8, ui8 >= 1,
168 dsmDP2((
"DATA ERROR: IOR ConnBinder tapsCount (< 1) = %u\n", ui8)),
169 goto _return_False );
175 READ_UINT16( mpIor, pTap->id );
179 READ_UINT16_L0CHK( mpIor, ui16, ui16 == BIOP_DELIVERY_PARA_USE,
180 dsmDP2((
"DATA ERROR: IOR ConnBinder 1st tapUse (!= BIOP_DELIVERY_PARA_USE) = %u\n", ui16)),
181 goto _return_False );
184 READ_UINT16( mpIor, pTap->associationTag );
187 ADV_UINT8_L2CHK( mpIor, ui8, ui8 == 0x0A,
188 dsmDP2((
"DATA ERROR: IOR ConnBinder tap selectorLength (!= 10) = %u\n", ui8)),
189 goto _return_False );
192 ADV_UINT16_L2CHK( mpIor, ui16, ui16 == 0x0001,
193 dsmDP2((
"DATA ERROR: IOR ConnBinder tap selectorType (!= 1) = %u\n", ui16)),
194 goto _return_False );
197 READ_UINT32( mpIor, pTap->transactionId );
200 READ_UINT32( mpIor, pTap->timeout );
203 else if ( profileIdTag == TAG_LITE_OPTIONS )
206 U32BIT uiComponentCount = 0;
207 U8BIT *pWriteNSAPaddr = NULL;
209 S8BIT *pPathPtr = NULL;
212 SET_POS_REL( mpIor, 4 );
219 ADV_UINT8_L1CHK( mpIor, ui8, ui8 == 0,
220 dsmDP2((
"DATA ERROR: IOR TAG_BIOP byteOrder = %u\n", ui8)),
221 goto _return_False );
225 ADV_UINT8_L1CHK( mpIor, ui8, ui8 >= 1,
226 dsmDP2((
"DATA ERROR: IOR TAG_BIOP liteComponentsCount (< 1) = %u\n", ui8)),
227 goto _return_False );
233 READ_UINT32_L0CHK( mpIor, ui32, ui32 == TAG_SERVICE_LOCATION,
234 dsmDP2((
"DATA ERROR: IOR TAG_LITE_OPTIONS 1st componentIdTag (!= ServiceLocation) = %u\n", ui32)),
235 goto _return_False );
238 READ_UINT8( mpIor, ui8 );
241 ADV_UINT8_L1CHK( mpIor, ui8, ui8 == 0x14,
242 dsmDP2((
"DATA ERROR: IOR TAG_LITE_OPTIONS bad NSAP address length (!= 0x14) = %u\n", ui8)),
243 goto _return_False );
245 pWriteNSAPaddr = &pLocation->dvbCarouselNSAPaddress[0];
250 READ_UINT8( mpIor, *(pWriteNSAPaddr++));
254 READ_UINT32( mpIor, uiComponentCount);
256 pPathPtr = &pLocation->pathName[0];
258 for(i=0; i < uiComponentCount; i++)
260 U32BIT uiNameId_lg = 0;
261 U32BIT uiKing_lg = 0;
266 READ_UINT32( mpIor, uiNameId_lg);
270 if(uiNameId_lg > MAX_PATH_NAME_SIZE)
272 uiNameId_lg = MAX_PATH_NAME_SIZE;
276 for(j=0;j < uiNameId_lg; j++)
278 READ_UINT8( mpIor,ui8);
284 READ_UINT32( mpIor, uiKing_lg);
287 SET_POS_REL( mpIor, uiKing_lg);
294 dsmDP2((
"DATA ERROR: IOR - Invalid profileIdTag for DVB object carousel: %x\n",
301 length_used = (U16BIT)(mpIopProfile - mpIorStart);
302 mpIor = mpIopProfile;
303 for (profileIndex = 0; profileIndex < taggedProfilesCount; profileIndex++)
306 READ_UINT32( mpIor, profileIdTag );
309 READ_UINT32_L2CHK( mpIor, profileDataLength, profileDataLength >=
310 (2 + MIN_OBJ_LOCATION_LEN + MIN_CONN_BINDER_LEN),
311 dsmDP2((
"DATA ERROR: IOR TAG_BIOP profileDataLength = %u\n", ui32)),
312 goto _return_False );
315 SET_POS_REL( mpIor, profileDataLength );
318 length_used += 8 + profileDataLength;
334 MEMPTR_CLOSE( mpIor );
335 DEBUG_CHK( length_used != 0,
336 dsmDP1((
"ERROR: getIorInfo failure (invalid)\n")) );