fix public PDCP interface

This commit is contained in:
Andre Puschmann 2018-07-17 09:53:33 +02:00
parent 31ba175b37
commit b257204471
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public:
virtual void enable_encryption() = 0; virtual void enable_encryption() = 0;
// RLC interface // RLC interface
void write_pdu(byte_buffer_t *pdu); virtual void write_pdu(byte_buffer_t *pdu) = 0;
}; };
} // namespace srslte } // namespace srslte