1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00

Adapt to new API

This commit is contained in:
Carles Fernandez 2024-07-26 18:26:15 +02:00
parent 6cfc8a351f
commit c54f941dce
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -66,7 +66,7 @@ protected:
set_time(input_time);
std::string crtFilePath = std::string(BASE_OSNMA_TEST_VECTORS) + "cryptographic_material/Merkle_tree_2/PublicKey/OSNMA_PublicKey_20230720113300_newPKID_2.crt"; // conf. 2
std::string merkleFilePath = std::string(BASE_OSNMA_TEST_VECTORS) + "cryptographic_material/Merkle_tree_2/MerkleTree/OSNMA_MerkleTree_20230720113300_newPKID_2.xml";
osnma = osnma_msg_receiver_make(crtFilePath, merkleFilePath);
osnma = osnma_msg_receiver_make(crtFilePath, merkleFilePath, "");
}
};