aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-18gprs_ns2: SNS: allow transition missing transition GPRS_SNS_ST_UNCONFIGUREDAlexander Couzens1-1/+2
2021-04-14cosmetic: tlv_parser: fix typo in func descriptionPau Espin Pedrol1-1/+1
2021-04-13gprs_ns2: fix nsvc block and unblock vty commandAlexander Couzens1-2/+2
2021-04-12vty/logging: logp: properly handle library specific sub-systemsVadim Yanitskiy1-0/+17
2021-04-09add osmo_bts_features_names: short BTS feature stringsNeels Hofmeyr2-1/+27
2021-04-07stats: have_value is a bool, not intOliver Smith1-1/+1
2021-04-07stats: log error when missing stats values (v2)Oliver Smith1-0/+4
2021-04-07stat_item: make value ids item specificOliver Smith2-25/+36
2021-04-07vty/logging: ensure consistent '%' prefix for warningsVadim Yanitskiy1-6/+6
2021-04-07vty/logging: use consistent quiting in warning messagesVadim Yanitskiy1-4/+4
2021-04-07gprs_ns2_vty: print a response to vty `nsvc <nsvci> (block|unblock|reset)Alexander Couzens2-2/+34
2021-04-07gprs_ns2: sns: remove the initial SNS NSVC if it's not partAlexander Couzens1-0/+4
2021-04-06gprs_ns2: sns: ensure the sns->alive state is correctAlexander Couzens1-0/+12
2021-04-06gprs_ns2: nsvc_fsm: reorder notification st_alive_on_enter()Alexander Couzens1-1/+1
2021-04-06stat_item: add comment with struct overviewOliver Smith1-0/+17
2021-04-06stat_item: make next_id argument name consistentOliver Smith2-26/+26
2021-03-31gprs_ns2: vty: remove a white space in `show binds`Alexander Couzens1-1/+1
2021-03-29gprs_ns2: fix memory leaks when receiving SNS or invalid packetsAlexander Couzens3-21/+25
2021-03-29gprs_ns2_sns: Fix memory leak when creating ip[46]_local arraysHarald Welte1-3/+2
2021-03-27add BTS_FEAT_VAMOSNeels Hofmeyr1-0/+1
2021-03-24gprs_ns2_sns: Don't create NS-VCs for binds outside the NSEHarald Welte1-5/+9
2021-03-24gprs_ns2_sns: remove code duplication in create_missing_nsvcs()Harald Welte1-24/+25
2021-03-24gprs_ns2: add vty command `nsvc <nsvci> reset`Alexander Couzens3-3/+27
2021-03-24gprs_ns2: dump_nsvc: correct indentionAlexander Couzens1-3/+3
2021-03-24gprs_ns2_vty: make the `show ns entities` and `show ns binds` look similiarAlexander Couzens1-0/+5
2021-03-24gprs_ns2_vty: hide dynamic NSE information when ask for persistant onlyAlexander Couzens1-8/+5
2021-03-24gprs_ns2: always use the same method to print NSVCsAlexander Couzens4-8/+9
2021-03-24gprs_ns2: rework logging of Rx and Tx NS PDUAlexander Couzens5-41/+59
2021-03-24gprs_ns2_sns: Compute local endpoints before using themHarald Welte1-1/+3
2021-03-24gprs_ns2: Actually start Tns-test after SNS-CONFIG creates NS-VCHarald Welte1-10/+36
2021-03-24gprs_ns2_vc_fsm: In IP-SNS/ALIVE mode, initial state is ALIVE/UNBLOCKEDHarald Welte1-9/+11
2021-03-24gprs_ns2: Add comments explaining the nsvc->sns_only fieldHarald Welte3-0/+7
2021-03-24gprs_ns2_sns: Allow VTY configuration of default binds for IP-SNSHarald Welte3-2/+106
2021-03-24gprs_ns2: dynamic NS-VC + NSE creation for IP-SNS in SGSN roleHarald Welte1-0/+62
2021-03-24gprs_ns2_vty: Permit VTY configuration of bind->accept_snsHarald Welte1-1/+49
2021-03-24gprs_ns2_sns: Implement checks during processing of inbound SNS-SIZEHarald Welte1-1/+59
2021-03-24gprs_ns2_sns: Assume the SGSN has a very large number of max. NSVCHarald Welte1-2/+3
2021-03-24gprs_ns2_sns: SNS-SIZE contains the actual number of local endpointsHarald Welte1-2/+2
2021-03-24gprs_ns2_sns: Verify mandatory IE presence in incoming SNS-SIZEHarald Welte1-2/+11
2021-03-24gprs_ns2_sns: Don't clear remote IP endpoints in SGSN roleHarald Welte1-7/+15
2021-03-24gprs_ns2_vty: Allow creating NSE in sgsn-roleHarald Welte1-3/+9
2021-03-24gprs_ns2: Introduce gprs_ns2_create_nse2() for SGSN side SNSHarald Welte3-3/+23
2021-03-23gprs_ns2_sns: Rename BSS-side states to include 'bss' in nameHarald Welte1-47/+48
2021-03-23gprs_ns2_sns: Add some more OSMO_ASSERT about BSS roleHarald Welte1-1/+17
2021-03-23gprs_ns2_sns: Support for SGSN-side IP-SNSHarald Welte2-5/+276
2021-03-19Revert "stats: log error when missing stats values"Oliver Smith1-5/+0
2021-03-17stats: log error when missing stats valuesOliver Smith1-0/+5
2021-03-10gprs_ns2_sns: Split allstate action in generic and BSS-specific partHarald Welte1-37/+50
2021-03-10gprs_ns2: Encapsulate setting NSE dialectHarald Welte3-37/+53
2021-03-10gprs_ns2_sns: Unify handling of SNS-CONFIG for IPv4 + IPv6Harald Welte1-108/+72