Project

General

Profile

Actions

Bug #2773

closed

`show hnb all` shows MCC 0 MNC 0 HNBAP ID 0 RUA ID 0 - check if they are correct

Added by lynxis over 6 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
12/19/2017
Due date:
% Done:

100%

Spec Reference:

Description

e.g. the mcc is set to a valid id, but doesn't show up.
Is hnbap 0 + rua 0 also invalid?

Please re-check all 4 variable if they contains the correct values from the HNB


Checklist

  • MCC
  • MNC
  • HNBAP ID
  • RUA ID
Actions #1

Updated by lynxis over 6 years ago

MCC + MNC are sent as id-PLMNidentity.
Unsure about HNBAP ID / RUA ID. The HNB sents a "id-CellIdentity" which might contains those information. haven't check the spec.

Actions #2

Updated by neels over 6 years ago

  • Status changed from New to In Progress
  • Assignee set to neels
  • % Done changed from 0 to 90

https://gerrit.osmocom.org/5530 adds MCC MNC

The HNBAP and RUA SCCP stream IDs seem to actually be zero according to wireshark; there is code that is assigning them in hnbgw.c in hnb_read_cb():

        switch (msgb_sctp_ppid(msg)) {                                                                    
        case IUH_PPI_HNBAP:
                hnb->hnbap_stream = msgb_sctp_stream(msg);                                                
                rc = hnbgw_hnbap_rx(hnb, msg);                                                            
                break;
        case IUH_PPI_RUA:
                hnb->rua_stream = msgb_sctp_stream(msg);                                                  
                rc = hnbgw_rua_rx(hnb, msg);                                                              
                break;

https://gerrit.osmocom.org/5532 changes the wording to "SCCP-stream:HNBAP=0,RUA=0"

Actions #3

Updated by neels over 6 years ago

  • Checklist item MCC set to Done
  • Checklist item MNC set to Done
  • Checklist item HNBAP ID set to Done
Actions #4

Updated by neels over 6 years ago

  • Checklist item MCC set to Done
  • Checklist item MNC set to Done
  • Checklist item HNBAP ID set to Done
Actions #5

Updated by neels over 6 years ago

  • Checklist item MCC set to Done
  • Checklist item MNC set to Done
  • Checklist item HNBAP ID set to Done
Actions #6

Updated by neels over 6 years ago

  • Checklist item RUA ID set to Done
Actions #7

Updated by neels over 6 years ago

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

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)