aligungr / UERANSIM

Open source 5G UE and RAN (gNodeB) implementation.
GNU General Public License v3.0
791 stars 323 forks source link

v1.0.9 Java Exception During PDU Session Establishment #200

Closed BraedenDiaz closed 3 years ago

BraedenDiaz commented 3 years ago

Hey @aligungr I tried you're latest v1.0.9 release and got the following Java exception when trying to establish a PDU session:

v1 0 9-Error

I am still using free5gc and it seems to happen for each UE.

s5uishida commented 3 years ago

Hi @BraedenDiaz and @aligungr

I think the following line is missing when building.

--- makefile.orig       2020-12-01 06:39:22.850866790 +0000
+++ makefile    2020-12-01 07:01:06.301494602 +0000
@@ -23,6 +23,7 @@
        cp itms/target/itms-release.jar build/
        cp mts/target/mts-release.jar build/
        cp sctp/target/sctp-release.jar build/
+       cp rrc/target/rrc-release.jar build/
        cp misc/version build/
        @printf "${GREEN}UERANSIM successfully built.${NC}\n"
aligungr commented 3 years ago

@BraedenDiaz @s5uishida Sorry I forgot that line. I just pushed the fix to master. You can pull again.