Attention is currently required from: canghaiwuhen.
4 comments:
Commit Message:
Patch Set #1, Line 7: Related: OS#6922
This should go below or above the `Change-Id` line, not here.
File src/sgsn/gprs_sm.c:
Patch Set #1, Line 210: ANTIGRAVITY PATCH: True Echo.
What does this mean?
Patch Set #1, Line 219: if (qos_len > sizeof(default_qos))
```suggestion
else if (qos_len > sizeof(default_qos))
```
Patch Set #1, Line 340: tp->lv[OSMO_IE_GSM_REQ_QOS].len
```suggestion
pdp->req_qos_len = TLVP_LEN(tp, OSMO_IE_GSM_REQ_QOS);
```
To view, visit change 41948. To unsubscribe, or for help writing mail filters, visit settings.