Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Highlights of the week 23rd Aug`22 from Pruthvi:

  1. Debugged test_ipv6_non_nat_dp_ul_tcp.py TC which is failing on CI with Christian Kramer from TNG. Found the following two issues:
    1. UE`s IPv6 address was getting added to eth3 interface of test vm with netmask 0. Fixed the issue.
    2. Sometimes neighbor between dev and trfserver was getting delayed or not happening at all. Earlier Pravin had given a fix for similar issue. But in this fix after receiving Neighbor Solicit msg from trfserver, agw was forwarding this msg to UE. UE would reply with Neighbor Adv msg. After this step, UE`s ipv6 address on eth3 interface of test vm used to become invalid and the test used to fail with "Cannot assign this address" error on the test VM. Christian Kramer fixed this issue so that the Neighbor Solicit msg from trfserver will be handled in dev VM itself and it will not be forwarded to UE.
    3. With the above fixes, a draft PR https://github.com/magma/magma/pull/13669 is created to verify if it works on CI. The test has passed in 3 consecutive runs. Will monitor the test for few more days before days.
  2. Started working c++ migration of files under nas/esm folder 
  3. Reviewed PRs:  https://github.com/magma/magma/pull/13508

Highlights of the week 22nd Aug`22 from Rashmi:

...

...

...

...

...