mirror of https://github.com/pvnis/srsRAN_4G.git
enb: fix stopping of input thread
since we've used a blocking read of stdin (with std::getline()) we had a race when the eNB was stopped and the user was still making keyboard inputs. this is because the we didn't wait until the input thread was terminated until we stopped the eNB. we know use poll to query stdin (getline has no timeout mechanism).master
parent
db03275337
commit
1d1d52f3e6
Loading…
Reference in New Issue