daniel has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/39699?usp=email )
Change subject: Fix Typos ......................................................................
Fix Typos
Change-Id: Id39fdec016115b34453698b73aacf7be7461504b --- M gtp/gsn.c M gtp/gtp.c 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/gtp/gsn.c b/gtp/gsn.c index 2fee812..7022212 100644 --- a/gtp/gsn.c +++ b/gtp/gsn.c @@ -112,7 +112,7 @@ .desc = "Counter N3-REQUESTS holds the maximum number of attempts made by GTP to send a request message" }, { .T = GTP_GSN_TIMER_T3_HOLD_RESPONSE, .default_val = 5 * 3 /* (GTP_GSN_TIMER_T3_RESPONSE * GTP_GSN_TIMER_N3_REQUESTS) */, .unit = OSMO_TDEF_S, - .desc = "Time a GTP respoonse message is kept cached to re-transmit it when a duplicate request is received. Value is generally equal to (T3-RESPONSE * N3-REQUESTS) set at the peer" + .desc = "Time a GTP response message is kept cached to re-transmit it when a duplicate request is received. Value is generally equal to (T3-RESPONSE * N3-REQUESTS) set at the peer" }, {} }; diff --git a/gtp/gtp.c b/gtp/gtp.c index 3209a64..9f2d484 100644 --- a/gtp/gtp.c +++ b/gtp/gtp.c @@ -515,7 +515,7 @@ } else { unsigned int t3_hold_resp; LOGP(DLGTP, LOGL_DEBUG, "Registering seq=%" PRIu16 - " in restransmit resp queue\n", seq); + " in retransmit resp queue\n", seq); t3_hold_resp = osmo_tdef_get(gsn->tdef, GTP_GSN_TIMER_T3_HOLD_RESPONSE, OSMO_TDEF_S, -1); memcpy(&qmsg->p, packet, sizeof(union gtp_packet)); qmsg->l = len;