Fix un-initialized buffer pool in nas.cc

master
Pedro Alvarez 6 years ago
parent 4e78d70d97
commit da840ac334

@ -35,7 +35,9 @@
namespace srsepc{ namespace srsepc{
nas::nas() {} nas::nas() {
m_pool = srslte::byte_buffer_pool::get_instance();
}
/******************************* /*******************************
* *

Loading…
Cancel
Save