fix public PDCP interface

master
Andre Puschmann 7 years ago
parent 31ba175b37
commit b257204471

@ -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

Loading…
Cancel
Save