Hello,

I saw the SaveConfigFile and GetConfigFile are used in the function defined in the file CcspTr069Pa/source-embedded/DslhManagementServer/ccsp_management_server.c


int CcspManagementServer_RetrievePassword( int parameterID, char *pInputFile, char *pOutputString );


int CcspManagementServer_StoreMGMTServerPasswordValuesintoDB( char *pString, int parameterID );


but I do not see SaveConfigFile and GetConfigFile, both on the RPI image and source code.


Do you know where are these two files? Thank you!

  • No labels

2 Comments

  1. Hi Tang Heming ,

    SaveConfigFile is not opensourced . This needs to be implemented from customer perspective . Do you observe any functional impacts due to the missing of this file ?

    GetConfigFile - The source input file for GetConfig file is different for different Platform. It should be available under /usr/bin . This is platform specific

    Regards,
    Priyankaa KVB 

    1. Got it! Thank you very much! Priyankaa K V B