libosmogsm 1.10.0.58-6cd7a
Osmocom GSM library
|
One range of NRI values. More...
#include <gsm23236.h>
Data Fields | |
struct llist_head | entry |
int16_t | first |
First value of the NRI range, i.e. More... | |
int16_t | last |
Last value of the NRI range, i.e. More... | |
One range of NRI values.
An NRI is a Network Resource Indicator, a number of a configured bit length (typically 10 bit). In an MSC pool for load balancing, it is used to indicate which MSC has issued a TMSI: the NRI is located with its most significant bit located on the TMSI's second octet's most significant bit. See 3GPP TS 23.236.
struct llist_head osmo_nri_range::entry |
Referenced by nri_ranges_add_entry_sorted(), osmo_nri_ranges_add(), and osmo_nri_ranges_del().
int16_t osmo_nri_range::first |
First value of the NRI range, i.e.
inclusive.
Referenced by nri_range_extend(), nri_range_overlaps_range(), nri_range_touches(), nri_ranges_add_entry_sorted(), nri_v_matches_range(), osmo_nri_parse_range(), osmo_nri_range_validate(), osmo_nri_ranges_del(), osmo_nri_ranges_to_str_buf(), and osmo_nri_v_limit_by_ranges().
int16_t osmo_nri_range::last |
Last value of the NRI range, i.e.
inclusive.
Referenced by nri_range_extend(), nri_range_overlaps_range(), nri_range_touches(), nri_v_matches_range(), osmo_nri_parse_range(), osmo_nri_range_validate(), osmo_nri_ranges_del(), osmo_nri_ranges_to_str_buf(), and osmo_nri_v_limit_by_ranges().