Fix compilation mistake.

This commit is contained in:
Pedro Alvarez 2018-10-01 16:05:26 +01:00
parent 2ff900d971
commit efffd3dec9
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ bool gtpu_write_header(gtpu_header_t *header, srslte::byte_buffer_t *pdu, srslte
if (header->flags & GTPU_FLAGS_PACKET_NUM ) {
*ptr = header->n_pdu;
} else {
header=>n_pdu = 0;
header->n_pdu = 0;
}
ptr++;
//E