osmo-bsc/tests/nanobts_omlattr/nanobts_omlattr_test.c

311 lines
9.7 KiB
C
Raw Normal View History

/* Test OML attribute generator */
/* (C) 2016 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
* All Rights Reserved
*
* Author: Philipp Maier
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <osmocom/bsc/debug.h>
#include <osmocom/bsc/gsm_data.h>
#include <osmocom/bsc/bts_ipaccess_nanobts_omlattr.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/utils.h>
#include <osmocom/core/application.h>
#include <stdio.h>
#include <string.h>
struct gsm_bts_model bts_model_nanobts = {
.type = GSM_BTS_TYPE_NANOBTS,
.name = "nanobts",
.start = NULL,
.oml_rcvmsg = NULL,
.e1line_bind_ops = NULL,
.nm_att_tlvdef = {
.def = {
/* ip.access specifics */
[NM_ATT_IPACC_DST_IP] = {TLV_TYPE_FIXED, 4},
[NM_ATT_IPACC_DST_IP_PORT] =
{TLV_TYPE_FIXED, 2},
[NM_ATT_IPACC_STREAM_ID] = {TLV_TYPE_TV,},
[NM_ATT_IPACC_SEC_OML_CFG] =
{TLV_TYPE_FIXED, 6},
[NM_ATT_IPACC_IP_IF_CFG] =
{TLV_TYPE_FIXED, 8},
[NM_ATT_IPACC_IP_GW_CFG] =
{TLV_TYPE_FIXED, 12},
[NM_ATT_IPACC_IN_SERV_TIME] =
{TLV_TYPE_FIXED, 4},
[NM_ATT_IPACC_LOCATION] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_PAGING_CFG] =
{TLV_TYPE_FIXED, 2},
[NM_ATT_IPACC_UNIT_ID] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_UNIT_NAME] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_SNMP_CFG] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_PRIM_OML_CFG_LIST] =
{TLV_TYPE_TL16V},
[NM_ATT_IPACC_NV_FLAGS] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_FREQ_CTRL] =
{TLV_TYPE_FIXED, 2},
[NM_ATT_IPACC_PRIM_OML_FB_TOUT] =
{TLV_TYPE_TL16V},
[NM_ATT_IPACC_CUR_SW_CFG] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_TIMING_BUS] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_CGI] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_RAC] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_OBJ_VERSION] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_GPRS_PAGING_CFG] =
{TLV_TYPE_TL16V},
[NM_ATT_IPACC_NSEI] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_BVCI] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_NSVCI] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_NS_CFG] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_BSSGP_CFG] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_NS_LINK_CFG] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_RLC_CFG] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_ALM_THRESH_LIST] =
{TLV_TYPE_TL16V},
[NM_ATT_IPACC_MONIT_VAL_LIST] =
{TLV_TYPE_TL16V},
[NM_ATT_IPACC_TIB_CONTROL] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_SUPP_FEATURES] =
{TLV_TYPE_TL16V},
[NM_ATT_IPACC_CODING_SCHEMES] =
{TLV_TYPE_TL16V},
[NM_ATT_IPACC_RLC_CFG_2] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_HEARTB_TOUT] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_UPTIME] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_RLC_CFG_3] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_SSL_CFG] = {TLV_TYPE_TL16V},
[NM_ATT_IPACC_SEC_POSSIBLE] =
{TLV_TYPE_TL16V},
[NM_ATT_IPACC_IML_SSL_STATE] =
{TLV_TYPE_TL16V},
[NM_ATT_IPACC_REVOC_DATE] = {TLV_TYPE_TL16V},
},
},
};
static void test_nanobts_attr_bts_get(struct gsm_bts *bts, uint8_t *expected)
{
struct msgb *msgb;
printf("Testing nanobts_attr_bts_get()...\n");
msgb = nanobts_attr_bts_get(bts);
printf("result= %s\n", osmo_hexdump_nospc(msgb->data, msgb->len));
printf("expected=%s\n", osmo_hexdump_nospc(expected, msgb->len));
OSMO_ASSERT(memcmp(msgb->data, expected, msgb->len) == 0);
msgb_free(msgb);
printf("ok.\n");
printf("\n");
}
static void test_nanobts_attr_nse_get(struct gsm_bts *bts, uint8_t *expected)
{
struct msgb *msgb;
printf("Testing nanobts_attr_nse_get()...\n");
msgb = nanobts_attr_nse_get(bts);
printf("result= %s\n", osmo_hexdump_nospc(msgb->data, msgb->len));
printf("expected=%s\n", osmo_hexdump_nospc(expected, msgb->len));
OSMO_ASSERT(memcmp(msgb->data, expected, msgb->len) == 0);
msgb_free(msgb);
printf("ok.\n");
printf("\n");
}
static void test_nanobts_attr_cell_get(struct gsm_bts *bts, uint8_t *expected)
{
struct msgb *msgb;
printf("Testing nanobts_attr_cell_get()...\n");
msgb = nanobts_attr_cell_get(bts);
printf("result= %s\n", osmo_hexdump_nospc(msgb->data, msgb->len));
printf("expected=%s\n", osmo_hexdump_nospc(expected, msgb->len));
OSMO_ASSERT(memcmp(msgb->data, expected, msgb->len) == 0);
msgb_free(msgb);
printf("ok.\n");
printf("\n");
}
static void test_nanobts_attr_nscv_get(struct gsm_bts *bts, uint8_t *expected)
{
struct msgb *msgb;
printf("Testing nanobts_attr_nscv_get()...\n");
msgb = nanobts_attr_nscv_get(bts);
printf("result= %s\n", osmo_hexdump_nospc(msgb->data, msgb->len));
printf("expected=%s\n", osmo_hexdump_nospc(expected, msgb->len));
OSMO_ASSERT(memcmp(msgb->data, expected, msgb->len) == 0);
msgb_free(msgb);
printf("ok.\n");
printf("\n");
}
static void test_nanobts_attr_radio_get(struct gsm_bts *bts,
struct gsm_bts_trx *trx,
uint8_t *expected)
{
struct msgb *msgb;
printf("Testing nanobts_attr_nscv_get()...\n");
msgb = nanobts_attr_radio_get(bts, trx);
printf("result= %s\n", osmo_hexdump_nospc(msgb->data, msgb->len));
printf("expected=%s\n", osmo_hexdump_nospc(expected, msgb->len));
OSMO_ASSERT(memcmp(msgb->data, expected, msgb->len) == 0);
msgb_free(msgb);
printf("ok.\n");
printf("\n");
}
static const struct log_info_cat log_categories[] = {
};
static const struct log_info log_info = {
.cat = log_categories,
.num_cat = ARRAY_SIZE(log_categories),
};
int main(int argc, char **argv)
{
void *ctx;
struct gsm_bts *bts;
struct gsm_network *net;
struct gsm_bts_trx *trx;
ctx = talloc_named_const(NULL, 0, "ctx");
osmo_init_logging2(ctx, &log_info);
log_set_log_level(osmo_stderr_target, LOGL_INFO);
/* Allocate environmental structs (bts, net, trx) */
net = talloc_zero(ctx, struct gsm_network);
INIT_LLIST_HEAD(&net->bts_list);
gsm_bts_model_register(&bts_model_nanobts);
bts = gsm_bts_alloc_register(net, GSM_BTS_TYPE_NANOBTS, 63);
OSMO_ASSERT(bts);
bts->network = net;
trx = talloc_zero(ctx, struct gsm_bts_trx);
/* Parameters needed by nanobts_attr_bts_get() */
bts->rach_b_thresh = -1;
bts->rach_ldavg_slots = -1;
bts->c0->arfcn = 866;
bts->cell_identity = 1337;
bts->network->plmn = (struct osmo_plmn_id){ .mcc=1, .mnc=1 };
bts->location_area_code = 1;
bts->gprs.rac = 0;
uint8_t attr_bts_expected[] =
{ 0x19, 0x55, 0x5b, 0x61, 0x67, 0x6d, 0x73, 0x18, 0x06, 0x0e, 0x00,
0x02, 0x01, 0x20, 0x33, 0x1e, 0x24, 0x24, 0xa8, 0x34, 0x21,
0xa8, 0x1f, 0x3f, 0x25,
0x00, 0x01, 0x0a, 0x0c, 0x0a, 0x0b, 0x01, 0x2a, 0x5a, 0x2b,
0x03, 0xe8, 0x0a, 0x0d,
0x23, 0x0a, 0x08, 0x03, 0x62, 0x09, 0x3f, 0x99, 0x00, 0x07,
0x00, 0xf1, 0x10, 0x00,
0x01, 0x05, 0x39
};
/* Parameters needed to test nanobts_attr_nse_get() */
bts->gprs.nse.nsei = 101;
uint8_t attr_nse_expected[] =
{ 0x9d, 0x00, 0x02, 0x00, 0x65, 0xa0, 0x00, 0x07, 0x03, 0x03, 0x03,
0x03, 0x1e, 0x03, 0x0a, 0xa1, 0x00, 0x0b, 0x03, 0x03, 0x03,
0x03, 0x03, 0x0a, 0x03,
0x0a, 0x03, 0x0a, 0x03
};
/* Parameters needed to test nanobts_attr_cell_get() */
bts->gprs.rac = 0x00;
bts->gprs.cell.bvci = 2;
bts->gprs.mode = BTS_GPRS_GPRS;
uint8_t attr_cell_expected[] =
{ 0x9a, 0x00, 0x01, 0x00, 0x9c, 0x00, 0x02, 0x05, 0x03, 0x9e, 0x00,
0x02, 0x00, 0x02, 0xa3, 0x00, 0x09, 0x14, 0x05, 0x05, 0xa0,
0x05, 0x0a, 0x04, 0x08,
0x0f, 0xa8, 0x00, 0x02, 0x0f, 0x00, 0xa9, 0x00, 0x05, 0x00,
0xfa, 0x00, 0xfa, 0x02
};
/* Parameters needed to test nanobts_attr_nscv_get() */
bts->gprs.nsvc[0].nsvci = 0x65;
bts->gprs.nsvc[0].remote_port = 0x59d8;
bts->gprs.nsvc[0].remote_ip = 0x0a090165;
bts->gprs.nsvc[0].local_port = 0x5a3c;
uint8_t attr_nscv_expected[] =
{ 0x9f, 0x00, 0x02, 0x00, 0x65, 0xa2, 0x00, 0x08, 0x59, 0xd8, 0x0a,
0x09, 0x01, 0x65, 0x5a, 0x3c
};
/* Parameters needed to test nanobts_attr_radio_get() */
trx->arfcn = 866;
trx->max_power_red = 22;
bts->c0->max_power_red = 22;
uint8_t attr_radio_expected[] =
{ 0x2d, 0x0b, 0x05, 0x00, 0x02, 0x03, 0x62 };
/* Run tests */
test_nanobts_attr_bts_get(bts, attr_bts_expected);
test_nanobts_attr_nse_get(bts, attr_nse_expected);
test_nanobts_attr_cell_get(bts, attr_cell_expected);
test_nanobts_attr_nscv_get(bts, attr_nscv_expected);
test_nanobts_attr_radio_get(bts, trx, attr_radio_expected);
printf("Done\n");
talloc_free(bts);
talloc_free(net);
talloc_free(trx);
talloc_report_full(ctx, stderr);
/* Expecting something like:
* full talloc report on 'ctx' (total 813 bytes in 6 blocks)
* logging contains 813 bytes in 5 blocks (ref 0) 0x60b0000000a0
* struct log_target contains 196 bytes in 2 blocks (ref 0) 0x6110000000a0
* struct log_category contains 36 bytes in 1 blocks (ref 0) 0x60d0000003e0
* struct log_info contains 616 bytes in 2 blocks (ref 0) 0x60d000000310
* struct log_info_cat contains 576 bytes in 1 blocks (ref 0) 0x6170000000e0
* That's the root ctx + 5x logging: */
OSMO_ASSERT(talloc_total_blocks(ctx) == 6);
talloc_free(ctx);
return 0;
}
/* stubs */
struct osmo_prim_hdr;
int bssgp_prim_cb(struct osmo_prim_hdr *oph, void *ctx)
{
abort();
}
introduce an osmo_fsm for gsm_subscriber_connection In the current implementation of osmo-bsc, the subscriber connection is not handled (very) statefully. However, there is some state keeping in the code that handles the mgcp connection, but there are still to much loose ends which allow odd situations to happen, which then lead severe error situations (see also closes tags at the end) This commit adds a number of improvements to fix those problems. - Use an osmo-fsm to control the gsm_subscriber_connection state and make sure that certain operations can only take place at certain states (e.g let connection oriented SCCP traffic only pass when an SCCP connection actually exists. Remove the old osmo_bsc_mgcp.c code. Use the recently developed MGCP client FSM to handle the MGCP connections. Also make sure that stuff that already works does not break. This in particular refers to the internal handover capability and the respective unit-tests. See also OS#2823, OS#2768 and OS#2898 - Fix logic to permit assignment to a signalling channel. (OS#2762) - Introduce T993210 to release lchan + subscr_conn if MSC fails to respond The GSM specs don't have an explicit timer for this, so let's introdcue a custom timer (hence starting with 99). This timeout catches the following situation: * we send a SCCP CR with COMPL_L3_INFO from the MS to the MSC, * the MSC doesn't respond (e.g. SCCP routing failure, program down, ...) The MS is supposed to timeout with T3210, 3220 or 3230. But the BSC shouldn't trust the MS but have some timer on its own. SCCP would have a timer T(conn est), but that one is specified to be 1-2min and hence rather long. See also: OS#2775 - Terminate bsc_subscr_conn_fsm on SCCP N-DISC.ind from MSC If the MSC is disconnecting the SCCP channel, we must terminate the FSM which in turn will release all lchan's and other state. This makes TC_chan_rel_hard_rlsd pass, see also OS#2731 As a side-effect, this fixes TC_chan_act_ack_est_ind_refused(), where the MSC is answering with CREF to our CR/COMPL_L3. - Release subscriber connection on RLL RELEASE IND of SAPI0 on main DCCH The subscriber connection isn't really useful for anything after the SAPI0 main signalling link has been released. We could try to re-establish, but our best option is probably simply releasing the subscriber_conn and anything related to it. This will make TC_chan_rel_rll_rel_ind pass, see also OS#2730 This commit has been tested using the BSC_Tests TTCN3 testsuit and the following tests were passed: TC_chan_act_noreply TC_chan_act_ack_noest TC_chan_act_ack_est_ind_noreply TC_chan_act_ack_est_ind_refused TC_chan_act_nack TC_chan_exhaustion TC_ctrl TC_chan_rel_conn_fail TC_chan_rel_hard_clear TC_chan_rel_hard_rlsd TC_chan_rel_a_reset TC_rll_est_ind_inact_lchan TC_rll_est_ind_inval_sapi1 TC_rll_est_ind_inval_sapi3 TC_rll_est_ind_inval_sacch TC_assignment_cic_only TC_assignment_csd TC_assignment_ctm TC_assignment_fr_a5_0 TC_assignment_fr_a5_1_codec_missing TC_assignment_fr_a5_1 TC_assignment_fr_a5_3 TC_assignment_fr_a5_4 TC_paging_imsi_nochan TC_paging_tmsi_nochan TC_paging_tmsi_any TC_paging_tmsi_sdcch TC_paging_tmsi_tch_f TC_paging_tmsi_tch_hf TC_paging_imsi_nochan_cgi TC_paging_imsi_nochan_lac_ci TC_paging_imsi_nochan_ci TC_paging_imsi_nochan_lai TC_paging_imsi_nochan_lac TC_paging_imsi_nochan_all TC_paging_imsi_nochan_plmn_lac_rnc TC_paging_imsi_nochan_rnc TC_paging_imsi_nochan_lac_rnc TC_paging_imsi_nochan_lacs TC_paging_imsi_nochan_lacs_empty TC_paging_imsi_a_reset TC_paging_counter TC_rsl_drop_counter TC_classmark TC_unsol_ass_fail TC_unsol_ass_compl TC_unsol_ho_fail TC_err_82_short_msg TC_ho_int Authors: Harald Welte <laforge@gnumonks.org> Philipp Maier <pmaier@sysmocom.de> Neels Hofmeyr <neels@hofmeyr.de> Closes: OS#2730 Closes: OS#2731 Closes: OS#2762 Closes: OS#2768 Closes: OS#2775 Closes: OS#2823 Closes: OS#2898 Closes: OS#2936 Change-Id: I68286d26e2014048b054f39ef29c35fef420cc97
2018-01-28 02:04:16 +00:00
struct gsm_subscriber_connection *bsc_subscr_con_allocate(struct gsm_network *net) {
OSMO_ASSERT(0);
}
dissolve libbsc: move all to src/osmo-bsc, link .o files Move all of libbsc/ into osmo-bsc/, and separate/move some implementations to allow linking from utils/* and ipaccess/* without pulling in unccessary dependencies. Some utilities use gsm_network and gsm_bts structs, which already include data structures for fairly advanced uses. Move initialization that only osmo-bsc needs into new bsc_network_init() and bsc_bts_alloc_register() functions, so that the leaner tools can use the old gsm_* versions without the need to link everything (e.g. handover and lchan alloc code). In some instances, there need to be stubs if to cut off linking "just before the RSL level" and prevent dependencies from creeping in. - abis_rsl_rcvmsg(): the only program currently interpreting RSL messages is osmo-bsc, the utils are merely concerned with OML, if at all. - paging_flush_bts(): ip.access nanobts models call this when the RSL link is dropped. Only osmo-bsc actually needs to do anything there. - on_gsm_ts_init(): the mechanism to trigger timeslot initialization is related to OML, while this action to take on init would pull in RSL dependencies. utils/ and ipaccess/ each have a stubs.c file to implement these stubs. Tests implement stubs inline where required. From src/utils/, src/ipaccess/ and tests/*/, link in .o files from osmo-bsc/. In order for this to work, the osmo-bsc subdir must be built before the other source trees. (An alternative would be to include the .c files as sources, but that would re-compile them in every source tree. Not a large burden really, but unless linking .o files gives problems, let's have the quicker build.) Minor obvious cleanups creep in with this patch, I will not bother to name them individually now unless code review asks me to. Rationale: 1) libbsc has been separate to use it for osmo-nitb and osmo-bsc in the old openbsc.git. This is no longer required, and spreading over libbsc and osmo-bsc is distracting. 2) Recently, ridiculous linking requirements have made adding new functions cumbersome, because libbsc has started depending on osmo-bsc/*.c implementations: on gscon FSM and bssap functions. For example, neither bs11_config nor ipaccess-config nor bts_test need handover_cfg or BSSMAP message composition. It makes no sense to link the entire osmo-bsc to it, nor do we want to keep adding stubs to each linking realm. Change-Id: I36a586726f5818121abe54d25654819fc451d3bf
2018-05-26 23:26:31 +00:00
bool on_gsm_ts_init(struct gsm_bts_trx_ts *ts)
{ return true; }