Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blacklist AE Title of peer Network AE as not capable to handle Asynchronous Operations Window Negotiation correctly #1120

Closed
gunterze opened this issue Feb 1, 2022 · 0 comments
Assignees
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Feb 1, 2022

Configurable by Network AE Extension attribute

Name Type Description (LDAP Attribute)
No Async Mode Called AE Title(s) string Blacklist AE Title of peer Network AE as not capable to handle Asynchronous Operations Window Negotiation correctly. Suppress including corresponding User-data sub-Item in A-ASSOCIATE RQs to that Network AEs. (dcmNoAsyncModeCalledAETitle)

Rationale:

In GE DICOM Implementation with Implementation Class UID 1.2.840.113619.6.55 receive of A-ASSOCIATE RQs including Operations Window Negotiation Sub-Item

  maxOpsInvoked/maxOpsPerformed: 0/0

causes drop of TCP connection on receive of first DIMSE after successful establishment of the association:

findscu -c CBLMCT01@10.99.0.174:4006 -m PatientID=xxx
09:14:04.319 INFO  - Initiate connection from 0.0.0.0/0.0.0.0:0 to 10.99.0.174:4006
09:14:04.330 INFO  - Established connection Socket[addr=/10.99.0.174,port=4006,localport=56951]
09:14:04.336 DEBUG - /172.17.0.3:56951->/10.99.0.174:4006(1): enter state: Sta4 - Awaiting transport connection opening to complete
09:14:04.337 INFO  - FINDSCU->CBLMCT01(1) << A-ASSOCIATE-RQ
09:14:04.338 TRACE - FINDSCU->CBLMCT01(1): waiting for PDU
09:14:04.337 DEBUG - A-ASSOCIATE-RQ[
  calledAET: CBLMCT01
  callingAET: FINDSCU
  applicationContext: 1.2.840.10008.3.1.1.1 - DICOM Application Context Name
  implClassUID: 1.2.40.0.13.1.3
  implVersionName: dcm4che-5.25.1
  maxPDULength: 16378
  maxOpsInvoked/maxOpsPerformed: 0/0
  PresentationContext[id: 1
    as: 1.2.840.10008.5.1.4.1.2.2.1 - Study Root Query/Retrieve Information Model - FIND
    ts: 1.2.840.10008.1.2 - Implicit VR Little Endian
    ts: 1.2.840.10008.1.2.1 - Explicit VR Little Endian
    ts: 1.2.840.10008.1.2.2 - Explicit VR Big Endian (Retired)
  ]
]
09:14:04.345 DEBUG - FINDSCU->CBLMCT01(1): enter state: Sta5 - Awaiting A-ASSOCIATE-AC or A-ASSOCIATE-RJ PDU
09:14:04.459 TRACE - FINDSCU->CBLMCT01(1) >> PDU[type=2, len=165]
09:14:04.459 INFO  - FINDSCU->CBLMCT01(1) >> A-ASSOCIATE-AC
09:14:04.459 DEBUG - A-ASSOCIATE-AC[
  calledAET: CBLMCT01
  callingAET: FINDSCU
  applicationContext: 1.2.840.10008.3.1.1.1 - DICOM Application Context Name
  implClassUID: 1.2.840.113619.6.55
  maxPDULength: 51200
  maxOpsInvoked/maxOpsPerformed: 0/0
  PresentationContext[id: 1
    result: 0 - acceptance
    ts: 1.2.840.10008.1.2 - Implicit VR Little Endian
  ]
]
09:14:04.459 DEBUG - FINDSCU->CBLMCT01(1): enter state: Sta6 - Association established and ready for data transfer
09:14:04.459 TRACE - FINDSCU->CBLMCT01(1): waiting for PDU
09:14:04.463 INFO  - FINDSCU->CBLMCT01(1) << 1:C-FIND-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.2.2.1 - Study Root Query/Retrieve Information Model - FIND
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
09:14:04.463 DEBUG - FINDSCU->CBLMCT01(1) << 1:C-FIND-RQ Command:
(0000,0002) UI [1.2.840.10008.5.1.4.1.2.2.1] AffectedSOPClassUID
(0000,0100) US [32] CommandField
(0000,0110) US [1] MessageID
(0000,0700) US [0] Priority
(0000,0800) US [0] CommandDataSetType

09:14:04.480 TRACE - FINDSCU->CBLMCT01(1) << PDV[len=90, pcid=1, mch=3]
09:14:04.481 DEBUG - FINDSCU->CBLMCT01(1) << 1:C-FIND-RQ Dataset:
(0008,0052) CS [STUDY] QueryRetrieveLevel
(0010,0020) LO [xxx] PatientID

09:14:04.481 TRACE - FINDSCU->CBLMCT01(1) << PDV[len=28, pcid=1, mch=2]
09:14:04.481 TRACE - FINDSCU->CBLMCT01(1) << P-DATA-TF[len=126]
09:14:04.488 INFO  - FINDSCU->CBLMCT01(1): i/o exception: java.net.SocketException: Connection reset in State: Sta6 - Association established and ready for data transfer

@gunterze gunterze added this to the 5.26.0 milestone Feb 1, 2022
@gunterze gunterze self-assigned this Feb 1, 2022
@hczedik hczedik changed the title Backlist AE Title of peer Network AE as not capable to handle Asynchronous Operations Window Negotiation correctly Blacklist AE Title of peer Network AE as not capable to handle Asynchronous Operations Window Negotiation correctly Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant