• No results found

Basic Notations and Signaling Overhead Calculation

2.5 Basic Notations and Signaling Overhead Cal-culation

The set of cells in a network is denoted by N = {1, . . . , N}, and the set of TAs currently in use is denoted by T = {1, . . . , T }. The vector t = [t1, . . . , tN] is used as a general notation of cell-to-TA assignment, where ti is the TA of cell i. TA design t can be alternatively represented by an N × N symmetric and binary matrix S(t); in which element sij(t) represents whether or not two cells are in the same TA, i.e.,

sij(t) =

 1 if ti = tj,

0 otherwise. (2.1)

Let ui be the total number of UEs in cell i scaled by the time pro-portion that each UE spends in cell i. For the same time period, hij is the number of UEs moving from cell i to cell j. The values of ui and hij can be assessed by cell load and handover statistics of active UEs.

The amount of overhead of one paging and one update are denoted by cp and cu, respectively. The exact relationship between cu and cp de-pends on the radio resource consumption. Moreover, parameter α is the call intensity factor/activity factor (i.e., probability that a UE has to be paged). The total update and paging signaling overhead is defined by cSO(t) and is calculated by Equation (2.2):

cSO(t) = 

i∈N



j∈N :j=i

(cuhij(1− sij(t)) + αcpuisij(t)) (2.2)

Within the outer parentheses of (2.2), the first term accounts for the TAU overhead for UEs moving from i to j (if the two cells are not in the same TA). The second term is the paging overhead introduced in cell j while paging UEs in cell i (if the two cells are in the same TA).

16 Chapter 2 Tracking Area

Chapter 3

TA Re-optimization

The optimized TA configuration in the planning phase will not perform satisfyingly after some time period, due to changes in UE distribution and mobility patterns. For re-optimizing the configuration over time, it is not practically feasible to deploy a green-field design, as it might significantly differ from the original configuration. By re-optimization, the design is successively improved by re-assigning some cells to TAs other than their current ones.

There are two reasons for applying a re-optimization approach. First, reconfiguring TAs, such as moving a cell from one TA to another, typ-ically requires temporarily tearing down the cell and thus service inter-ruption – a very costly process from the service standpoint. Second, the benefit of a new, optimized TA design gradually diminishes over time as UE location and mobility patterns change. Thus, one has to weigh the performance improvement of some limited time duration against the cost in terms of service interruption due to reconfiguration. The service interruption aspect is accounted by bounding the amount of UEs that are affected by TA reconfiguration. Here, this bound is referred as the budget.

In this chapter, a re-optimization approach for revising TA design is presented. The service interruption caused by TA reconfiguration is explicitly taken into account. The complexity and solution characteriza-tion of the resulting optimizacharacteriza-tion problem are investigated. Finally, an algorithm which is able to deliver high-quality solutions in short com-puting time is developed. The study in this chapter has been previously published in [41].

17

18 Chapter 3 TA Re-optimization

3.1 Problem Definition

The most basic and convenient reconfiguration option is used as the building element of re-optimization: to move a cell from its current TA to a new one. That is, the output of the re-optimization process consists of a subset of cells that have changed TAs, and the new TA of each of these cells. Before discussing the details, it is worth remarking that the resulting gain of re-optimization, in terms of reduced total paging and TAU overhead, is a joint effect of the re-assignments, i.e., whether or not a cell should change TA, and to which TA the cell should move, depend on the decisions made for other cells.

For TA re-optimization, the TA design currently deployed in the network is given. This solution is denoted by t0. If the result of re-optimization is t, then reconfiguration means to move all cells i from t0i to ti for which t0i = ti. The reduction of the number of TAs is allowed, it means that if a TA becomes empty after cell moves, it is simply deleted.

To simplify the presentation, increasing the total number of TAs is not considered, although the solution algorithm can be easily extended to include this option.

For every cell, a parameter is defined to represent the cost in service interruption, if the TA of the cell is changed. For convenience and without loss of generality, the UE distribution parameter ui is used to measure the amount of service interruption of cell i. Let d(t, t0) be a binary vector representing cells that have been assigned new TAs, that is, di(t, t0) = 1 if and only if t0i = ti, i ∈ N . Denoting the budget value by B, the following budget constraint is introduced.



i∈N

uidi(t, t0)≤ B (3.1)

The TA re-optimization (TAR) problem is formalized below.

[TAR] Find a TA design t that satisfies the budget constraint (3.1) and minimizes the total overhead cost cSO(t) as defined in Section 2.2.

Remark 1. A closely related problem, considered in most of the refer-ences in Chapter 2, is to make a TA design completely from scratch.

Here, this green-field-design problem is referred as tracking area opti-mization (TAO). The optimum to TAO is a lower bound to the best achievable performance of TAR. This value will be used as a reference

Related documents