Also set the OVCM bit in the two supported CSBKs: "Unit to Unit Voice Service Request CSBK" and "Unit to Unit Voice Service Answer Response CSBK"

This commit is contained in:
Patrick Maier
2019-10-18 19:15:08 +02:00
committed by Patrick Maier
parent 73bf04ad4b
commit 1993262c52
3 changed files with 35 additions and 0 deletions

View File

@@ -45,6 +45,10 @@ public:
CSBKO getCSBKO() const;
unsigned char getFID() const;
// Set/Get the OVCM bit in the supported CSBKs
bool getOVCM() const;
void setOVCM(bool ovcm);
// For BS Dwn Act
unsigned int getBSId() const;