Abstract:Integrated Access and Backhaul (IAB) in cellular networks combines access and backhaul within a wireless infrastructure reducing reliance on fibre-based backhaul. This enables faster and more cost-effective network expansion, especially in hard-to-reach areas. Positioning a mobile IAB node (MIAB) in a seaport environment, in order to ensure ondemand, resilient wireless connectivity, presents unique challenges due to the high density of User Equipments (UEs) and potential shadowing effects caused by obstacles. This paper addresses the problem of positioning MIABs within areas containing UEs, IAB donors (CFs), and obstacles. Our approach considers user associations and different types of scheduling, ensuring MIABs and CFs meet the capacity requirements of a special team of served UEs, while not exceeding backhaul capacity. Using Genetic Algorithm (GA) solver, we achieve capacity improvement gains, by up to 200% for the 90th percentile. The proposed solution improves network performance, particularly during emergency capacity demands.
What problem does this paper attempt to address?
This paper attempts to solve the problem of how to optimize the location and scheduling selection of Mobile Integrated Access and Backhaul (MIAB) nodes in an environment with a large number of obstacles. Specifically, the paper focuses on ensuring on - demand and resilient wireless connections in the seaport environment, especially in the case of high - density User Equipment (UEs) and potential shadow effects.
### Main problems:
1. **High - density User Equipment (UEs)**: There are a large number of user equipment in the seaport environment, and these devices need reliable wireless connections.
2. **Shadow effects caused by obstacles**: For example, container stacks, cranes and other large - scale equipment will severely attenuate wireless signals, resulting in a decline in communication quality.
3. **Backhaul capacity limitations**: The backhaul link of the MIAB node must be able to support the network capacity required by the user equipment it serves without exceeding its own backhaul capacity.
### Solutions:
The paper proposes a solution based on Genetic Algorithm (GA). By optimizing the location and scheduling selection of MIAB nodes, the aggregated network capacity of a specific user group (called the special group) is maximized. Specific contributions include:
1. **Model construction**: A MIAB node location optimization model considering the influence of 3D obstacles is proposed, combined with two resource scheduling techniques - Round - Robin (RR) and Proportional Fairness (PF), to determine the MIAB node location that can maximize the aggregated network capacity.
2. **Performance evaluation**: The network performance under different conditions, including with or without obstacles and different scheduling strategies, is evaluated by simulating the actual scenario of Terminal XXI in the Port of Sines, Portugal.
3. **Optimization results**: The experimental results show that compared with the baseline situation, the proposed solution has achieved a significant improvement in network capacity. In particular, when using RR scheduling, the gain at the 90th percentile can reach 200%.
### Formula summary:
- **Objective function**: Maximize the aggregated network capacity of special - group users
\[
\max_{x_m^M, y_m^M, S_j^m} \sum_{u \in S} \left( \sum_{m \in M} C_{u,m}^M S_{u,m}^M + \sum_{k \in F} C_{u,k}^F S_{u,k}^F \right)
\]
- **Constraints**:
- Single - association constraint:
\[
\sum_{m \in M} S_{u,m}^M + \sum_{k \in F} S_{u,k}^F = 1, \quad \forall u \in [1, U], \forall m \in [1, M], \forall k \in [1, F]
\]
- Distance constraint:
\[
10 \leq d_{2D}^{u,m}, d_{2D}^{u,k}, d_{2D}^{m,k} \leq 5000
\]
- Backhaul capacity constraint:
\[
C_{m,k}^B \geq \sum_{u \in U} C_{u,m}^M S_{u,m}^M, \quad \forall m \in [1, M]
\]
### Conclusion:
Through the above methods, the paper effectively solves the MIAB node location and scheduling problems in complex environments and significantly improves network performance, especially the service quality for special groups in emergency situations.