Project

General

Profile

Actions

Bug #5995

open

osmo-bts printing log line 'OC=GPRS-NSE(f0) INST=(00,ff,ff): Tx unknown 0xf6'

Added by pespin about 1 year ago. Updated 6 months ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Abis
Target version:
-
Start date:
04/04/2023
Due date:
% Done:

0%

Spec Reference:

Description

osmo-bts fails to log properly name string of NM_MT_IPACC_SET_ATTR_ACK in oml_mo_send_msg():

    DEBUGPFOH(DOML, foh, "Tx %s\n", get_value_string(abis_nm_msgtype_names, foh->msg_type));

This is because IPACCESS specific messages (enum abis_nm_msgtype_ipacc) are not included in "abis_nm_msgtype_names".

We need to discuss whether we want them added to "abis_nm_msgtype_names" or have some way to also translate those.
The problem is that there can be other vendors providing other extensions which may reuse same enum values, such as enum abis_nm_msgtype_bs11.
So ideally we should add a function to first check abis_nm_msgtype_names() and if it fails (or within expected range for vendor-implementation) then translte from "enum abis_nm_msgtype_ipacc".

Actions #1

Updated by pespin about 1 year ago

Same happens in osmo-bsc when receiving the message:

OC=GPRS-NSE(f0) INST=(00,ff,ff): Unhandled message unknown 0xf6\n

Actions #2

Updated by laforge 6 months ago

  • Priority changed from Normal to Low
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)