Skip to content

Commit

Permalink
Replace mt-Access with mo-Signalling for initial registration (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: ab <[email protected]>
  • Loading branch information
abousselmi authored Feb 28, 2024
1 parent 3b493eb commit b58e1aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func BuildInitialUEMessage(ranUeNgapID int64, nasPdu []byte, fiveGSTmsi string,
ie.Value.RRCEstablishmentCause = new(ngapType.RRCEstablishmentCause)

rRCEstablishmentCause := ie.Value.RRCEstablishmentCause
rRCEstablishmentCause.Value = ngapType.RRCEstablishmentCausePresentMtAccess
rRCEstablishmentCause.Value = ngapType.RRCEstablishmentCausePresentMoSignalling

initialUEMessageIEs.List = append(initialUEMessageIEs.List, ie)

Expand Down

0 comments on commit b58e1aa

Please sign in to comment.