Commit 51f0c245 authored by Robert Schmidt's avatar Robert Schmidt

GTP: clarify GTP Error Ind error message

parent 8c897125
...@@ -940,7 +940,7 @@ static int Gtpv1uHandleError(int h, ...@@ -940,7 +940,7 @@ static int Gtpv1uHandleError(int h,
uint32_t msgBufLen, uint32_t msgBufLen,
uint16_t peerPort, uint16_t peerPort,
uint32_t peerIp) { uint32_t peerIp) {
LOG_E(GTPU, "Handle error to be dev\n"); LOG_E(GTPU, "Received GTP error indication (error handling is missing/not implemented)\n");
int rc = GTPNOK; int rc = GTPNOK;
return rc; return rc;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment