Commit 5677fa6
committed
Ip2Nic: fix #302: forward packets that arrive at old gNB just after handover
Those packets were in-flight on the core network towards the old gNB
when the handover occurred. They used to cause an error -- now they are
forwarded to the new gNB over X2.
New check detects that the UE is now served by a different gNB and
forwards the packet via X2 instead of sending it to the local PDCP
(where it would crash with destId set to a gNB ID).1 parent 5cddc04 commit 5677fa6
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
297 | 305 | | |
298 | 306 | | |
299 | 307 | | |
| |||
0 commit comments