omec-project / c3po

C3PO repository packages the Home Subscription Service (HSS), Database, Charge Data Function (CDF), Charge Trigger Function (CTF), Policy Control Rules Function (PCRF) and Intel® SGX (SGX-DLR-IN, SGX Router, SGX-DLR-OUT), a set of three VNFs/Processes that enable protection of sensitive Call Data Records (CDR) for adds security and audit capabilities to billing and charging.
http://www.omecproject.org
Apache License 2.0
50 stars 31 forks source link

PCRF crash due to lookup failures & other issues #88

Closed thakurajayL closed 2 years ago

thakurajayL commented 2 years ago

PCRF crash was seen since map compare function was not correct and map lookup was failing randomly. Also state variable was static and there is not need to delete the state. This was causing double free in PCRF code.