Skip to content

[BUG] Unable to populate HandoverRequired with HO Type = 5GS to 4G #148

Description

@saurabh-ghadage

Describe the bug
Adding support for setting the target eNodeB ID, similar to the SetTargetGnodeB function, in the handover-required.go file for testing 5g to 4g handover.

To Reproduce
Execute the following command:

 ./packetrusher multi-ue --tr 2000 --ngh 7000 -n 1

Expected behavior
The function should support assigning the TargeteNB-ID structure as specified below:

TargeteNB-ID ::= SEQUENCE { 
    globalENB-ID         GlobalNgENB-ID, 
    selected-EPS-TAI     EPS-TAI, 
    iE-Extensions        ProtocolExtensionContainer {{TargeteNB-ID-ExtIEs}} OPTIONAL 
}

However, implementation attempts have been unsuccessful. The goal is to test 5G to 4G handover functionality.

Screenshots
Currently, the function supports the following structure:

GlobalRANNodeID

Expected structure:

GlobalENBId

Request for Assistance
Could someone help test this functionality or provide guidance on implementing the desired changes? Any suggestions for achieving the required behavior would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions