dariol83 / ccsds

Open source Java implementation of publicly available CCSDS standards: SLE, TM/TC, AOS, Space Packets, COP-1, time formats, CFDP, Encapsulation Packets.
Apache License 2.0
96 stars 29 forks source link

SLE_E_CONFIG error in RCF configuration #10

Closed debu97 closed 3 years ago

debu97 commented 3 years ago

Hey I am trying to implement RcF configuration for SLE. I am getting an SLE_E_CONFIG error. I am setting permitted global vcid for rcf too. how can I know due to which parameter I am getting this error?

dariol83 commented 3 years ago

Hi @debu97

Sorry for the late reply. I am not sure I can understand you: are you using this implementation, or are you using the ESA implementation? In my implementation, I do not use that kind of return code and the API is radically different.

Best regards, Dario

dariol83 commented 3 years ago

No response in one month. Closing it.

debu97 commented 2 years ago

Hey Dariol. sorry for very late reply, got involved in some other project. I am using ESA Implementation. Have you worked with it?