Stripping GTPU in eNB's M1-U.

This commit is contained in:
Pedro Alvarez 2018-07-03 12:48:25 +01:00
parent 7454097611
commit 27dbbcca02
1 changed files with 3 additions and 0 deletions

View File

@ -427,6 +427,9 @@ void gtpu::mch_thread::run_thread()
} while (n == -1 && errno == EAGAIN);
pdu->N_bytes = (uint32_t) n;
gtpu_header_t header;
gtpu_read_header(pdu, &header);
pdcp->write_sdu(SRSLTE_MRNTI, lcid, pdu);
do {