Project

General

Profile

Actions

Bug #3254

closed

OsmoBTS doesn't reject RSL CHAN ACT for unsupported ciphers

Added by laforge almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
-
Start date:
05/09/2018
Due date:
% Done:

100%

Spec Reference:

Description

When using an unsupported cipher, the RSL CHAN ACT should result in a RSL CHAN ACT NACK due to the unsupported cipher.

However, OsmoBTS instead simply acknowledges the channel activation and activates the channel with A5/0. This is actually the underlying cause of #3253


Related issues

Related to OsmoBTS - Bug #3253: osmo-bts-trx doesn't enable A5/3Resolvedlaforge05/09/2018

Actions
Actions #1

Updated by laforge almost 6 years ago

  • Related to Bug #3253: osmo-bts-trx doesn't enable A5/3 added
Actions #2

Updated by laforge almost 6 years ago

  • % Done changed from 0 to 30

The problem is encr_info2lchan() which uses bts_supports_cipher() to determine if the cipher is suppored. However, if bts_supports_cipher() returns 0 (not supported), it uses this value as return value of encr_info2lchan() where '0' means success (standard osmocom convention). This results in channel activation proceeding, which it shouldn't.

Actions #3

Updated by laforge almost 6 years ago

  • Status changed from New to In Progress
  • % Done changed from 30 to 80
Actions #4

Updated by laforge almost 6 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 80 to 100
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)