Skip to content
Success

Changes

Summary

  1. s1ap_proxy: Add support for S1 HANDOVER procedure (details)
  2. s1ap_proxy_test: Add unit tests for S1 HANDOVER procedure (details)
Commit 05b556090db3b6ab7529efe43a82022a94909e77 by Vadim Yanitskiy
s1ap_proxy: Add support for S1 HANDOVER procedure

The HANDOVER procedure consists of two parts:

* Preparation of handover on the source eNB

A list of E-RABs to be released are processed by the proxy.

* Resource allocation on the target eNB

A list of E-RABs to be established are processed by the proxy. GTP-TEIDs
and transport layer addresses will be modified.

Change-Id: Ib2c8b1787c60d35a512c3c78d35e1f72a9d7bb08
Related: osmo-ttcn3-hacks.git Id349c84749f7e897defa8cfd2ecd2c1f2fb52fc7
Related: SYS#7309
The file was modifiedinclude/s1gw_metrics.hrl
The file was modifiedsrc/s1gw_metrics.erl
The file was modifiedsrc/s1ap_proxy.erl
Commit 2ade1af23985cc6953c6210c7ef8eac4e9f4df73 by Vadim Yanitskiy
s1ap_proxy_test: Add unit tests for S1 HANDOVER procedure

Change-Id: I400ac73343f2a795c8206aeee75a31f1455adbd0
Related: SYS#7309
The file was modifiedtest/s1ap_proxy_test.erl