Display the FICH errors and fix minor bugs.

This commit is contained in:
Jonathan Naylor
2016-04-20 07:29:09 +01:00
parent d5bb3e6a8a
commit 7e560c7e3b
4 changed files with 41 additions and 7 deletions

View File

@@ -28,6 +28,8 @@ public:
void encode(unsigned char* bytes);
unsigned int getErrors() const;
unsigned char getFI() const;
unsigned char getCM() const;
unsigned char getFN() const;
@@ -39,7 +41,9 @@ public:
void setVoIP(bool set);
private:
unsigned char* m_bytes;
unsigned char* m_fich;
unsigned int m_errors;
};
#endif