omec-project / pfcpsim

PFCP client simulator used for UPF testing
18 stars 18 forks source link

Max Session Count #67

Closed GIT-05112022 closed 1 month ago

GIT-05112022 commented 11 months ago

I just wonder, how many session does this tool makes at a given time.

gab-arrobo commented 1 month ago

It is defined as int32 in here and the number of sessions has to be > 0 (due to this check). So, up to 2147483647 and the number of sessions at a given time is given by count as shown in here