Add CTS testing for MOBIKE APIs.

This CL updates IKE CTS testing to cover:
- enabling MOBIKE in IkeSessionParams
- notifying IkeSessionCallback that the connection info changed
- notifying ChildSessionCallback that IpSecTransforms have migrated
- manually changing an IkeSession's Network

Bug: 173748863
Test: atest FrameworksIkeTests CtsIkeTestCases
Change-Id: Ifc3e062727bf29d019dd6870e95c1bb9ffad002f
8 files changed
tree: aad2b22ab2b294d4ea10c3d792c80d19ca56701b
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. jarjar-rules-test.txt
  8. OWNERS
  9. PREUPLOAD.cfg
  10. README.md
  11. TEST_MAPPING
README.md

IKEv2 Library for Android

Introduction

This IKEv2 library is an in-process client library implementing the IKEv2 protocol as well as extensions necessary for the support of IWLAN. It is designed to work in a non-privileged fashion on top of the Android IPsec API surface.