althea-net / open5gs

Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-16)
https://open5gs.org
GNU Affero General Public License v3.0
1 stars 1 forks source link

test -C build -v has a few error lines #36

Open spencersevilla opened 2 years ago

spencersevilla commented 2 years ago

running the full testing suite gives a few (non-fatal) error messages in the log, printed below:

idle-test : /-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/08/16 01:48:41.965: [smf] ERROR: Unknown event [SMF_EVT_N4_MESSAGE] (../src/smf/gsm-sm.c:1130)

session-test : /-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-sed: -e expression #1, char 0: no previous regular expression |\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/-|\-|/08/16 01:49:01.760: [pfcp] ERROR: No Measurement Method (../lib/pfcp/handler.c:1117) 08/16 01:49:01.760: [smf] ERROR: Unknown event [SMF_EVT_N4_MESSAGE] (../src/smf/gsm-sm.c:1130)

spencersevilla commented 2 years ago

"[smf] ERROR: Unknown event [SMF_EVT_N4_MESSAGE]" folds-into #23

spencersevilla commented 1 year ago

[pfcp] ERROR: No Measurement Method (../lib/pfcp/handler.c:1117) still exists and is a weird symptom of somehting to do with multiple URR messages in a reestablishment. should dig further