updated dummy interfaces

This commit is contained in:
Francisco Paisana 2019-12-06 19:46:09 +00:00
parent 67411ecfa9
commit 0894e6b2f1
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public:
bool get_bearer_status(uint16_t rnti, uint32_t lcid, uint16_t* dlsn, uint16_t* dlhfn, uint16_t* ulsn, uint16_t* ulhfn)
override
{
return false;
return true;
}
};