Genie 1.2.5 - Problem with <acs Request Name="GetParameterNames">

Hi
i’m working with a NuCom WR744 device and, with the default provisions that came with a fresh install of the GenieACS, we get the Message “The TR-069 session was unsuccessfully terminated” on the inform//default provisions, when looking in the genieacs-cwmp-access.log we see the following messages


2021-07-16T07:47:24.405Z [INFO] 10.210.0.248 78d99f-NC%2DWR744G-NC2103000437: Inform; cpeRequestId="10" informEvent="2 PERIODIC" informRetryCount=0
2021-07-16T07:47:24.441Z [INFO] 10.210.0.248 78d99f-NC%2DWR744G-NC2103000437: ACS request; acsRequestId="17aae48cc460100" acsRequestName="GetParameterNames"
2021-07-16T07:47:24.470Z [ERROR] 10.210.0.248 78d99f-NC%2DWR744G-NC2103000437: XML parse error; parseError="Missing detail element"
2021-07-16T07:47:24.472Z [WARN] 10.210.0.248 78d99f-NC%2DWR744G-NC2103000437: Channel has faulted; channel="default" retries=0 faultCode="session_terminated" faultMessage="The TR-069 session was unsuccessfully terminated"
2021-07-16T07:47:24.472Z [WARN] 10.210.0.248 78d99f-NC%2DWR744G-NC2103000437: Channel has faulted; channel="inform" retries=0 faultCode="session_terminated" faultMessage="The TR-069 session was unsuccessfully terminated"

And when we look on the genieacs-debug.yaml we see in the last event the following:


---
event: incoming HTTP request
timestamp: 2021-07-16T07:47:24.471Z
remoteAddress: 10.210.0.248
deviceId: 78d99f-NC%2DWR744G-NC2103000437
connection: 2021-07-16T07:47:24.395Z
localPort: 7547
method: POST
url: /
headers:
  host: 10.150.15.22:7547
  user-agent: TR069 Agent
  accept: */*
  content-type: text/xml; charset=utf-8
  content-length: "648"
  cookie: session=9f4bfc66f79c2fe6
body: >
  <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:cwmp="urn:dslforum-org:cwmp-1-0">

  <SOAP-ENV:Header>

  <cwmp:ID SOAP-ENV:mustUnderstand="1">17aae48cc460100</cwmp:ID>

  </SOAP-ENV:Header>

  <SOAP-ENV:Body>

  <SOAP-ENV:Fault>

  <faultcode>Client</faultcode>

  <faultstring>

  <detail>

  <cwmp:Fault>

  <FaultCode>9005</FaultCode>

  <FaultString>Invalid parameter name</FaultString>

  </cwmp:Fault>

  </detail>

  </faultstring>

  </SOAP-ENV:Fault>

  </SOAP-ENV:Body>

  </SOAP-ENV:Envelope>
---
event: outgoing HTTP response
timestamp: 2021-07-16T07:47:24.471Z
remoteAddress: 10.210.0.248
deviceId: 78d99f-NC%2DWR744G-NC2103000437
connection: 2021-07-16T07:47:24.395Z
statusCode: 400
headers:
  content-length: 22
  connection: close
body: Missing detail element

i’ve searched for similar errors but cannot find anything about this topic on the 1.2.X version :S
it even happens when doing the “summon” option in the device page :confounded:
Does anyone know what could we do to make it work?

Thanks for your help!