View Issue Details

IDProjectCategoryView StatusLast Update
0004938OpenSCSCompanion Specificationpublic2020-01-16 15:37
ReporterMatthias Becker Assigned ToDennis Brandl  
PrioritynormalSeveritytextReproducibilityalways
Status assignedResolutionopen 
Summary0004938: OPENSCSRequestMethodType: Parameter can be null
Description

The description for the parameters in chapter 6.4.2 is missing potential null fields for input parameter.
The parameters SNCollectionID, Count, SNFormat and PoolSelectionCriteria should be NULL if a RequestToken is provided and NOT NULL, if the RequestToken is not present (SNCollectionID may be NULL)

TagsNo tags attached.

Activities

Costantino Pipero

2019-08-22 12:06

manager   ~0010795

Apply this change, implying that the presence of a RequestToken overrides any other parameter.
There will be no test for this case,

Costantino Pipero

2019-09-03 14:00

manager   ~0010910

Dennis to update the PSS.
Cos to update compspec.

RequestToken to be unique to the server.

Dennis Brandl

2019-09-18 20:31

developer   ~0010993

I have started an Open-SCS PSS Version 1 Addendum 01, which will have the following text ("and the other parameters should be NULL and are not used.") in the method calls, as shown below:

  • Request Token
    o If it has a value of zero, then this is the initial request for Serial Numbers.
    o If the value is non zero, then this is a follow on request because the number of Serial Numbers requested in a previous call were not available as an immediate response, and the other parameters should be NULL and are not used.

Costantino Pipero

2020-01-16 15:36

manager   ~0011453

Table 5 (line 493)
change:
"If it has a value of null or an empty string, then this is the initial request for Serial Numbers.
If the value is non zero..."

to:
"If it has a value of null or an empty string, then this is the initial request for Serial Numbers.
If the value is non null.."

Issue History

Date Modified Username Field Change
2019-08-09 15:40 Matthias Becker New Issue
2019-08-09 15:40 Matthias Becker Assigned To => Costantino Pipero
2019-08-09 15:40 Matthias Becker Status new => assigned
2019-08-22 12:06 Costantino Pipero Note Added: 0010795
2019-08-22 12:06 Costantino Pipero Assigned To Costantino Pipero => Dennis Brandl
2019-09-03 14:00 Costantino Pipero Note Added: 0010910
2019-09-18 20:31 Dennis Brandl Note Added: 0010993
2019-09-18 20:32 Dennis Brandl Assigned To Dennis Brandl => Matthias Becker
2020-01-16 15:36 Costantino Pipero Note Added: 0011453
2020-01-16 15:36 Costantino Pipero Assigned To Matthias Becker => Dennis Brandl