aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs
AgeCommit message (Expand)AuthorFilesLines
2021-02-16gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSEAlexander Couzens2-0/+8
2021-02-12bssgp_bvc_fsm: Consistent namingDaniel Willmann1-3/+3
2021-02-12bssgp2_enc_status: Truncate STATUS message to maximum PDU lengthDaniel Willmann1-1/+1
2021-02-12bssgp_bvc_fsm: Set/get maximum BSSGP PDU lengthDaniel Willmann1-0/+3
2021-02-12gprs_ns2: add signalling & data weights for UDP bindsAlexander Couzens1-0/+2
2021-02-08Fix struct bitfields on big endian systemsPau Espin Pedrol1-0/+1
2021-02-02frame_relay: Add status call-backs for link + DLC status changesHarald Welte1-2/+9
2021-02-01ns2: Fix typos in commentsHarald Welte1-5/+5
2021-01-29gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.cPhilipp Maier2-33/+34
2021-01-28gprs_ns2: remove api call gprs_ns2_dynamic_create_nseAlexander Couzens1-1/+0
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens1-6/+1
2021-01-28Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty"Pau Espin Pedrol1-1/+6
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens1-6/+1
2021-01-28gprs_ns2: refactor: ensure all enums have GPRS_NS2_Alexander Couzens1-24/+24
2021-01-26gprs_bssgp_rim: add functions to convert a RIM-RI to a stringPhilipp Maier1-0/+2
2021-01-26gprs_bssgp_prim.h: Add missing includesPau Espin Pedrol1-0/+2
2021-01-22gprs_bssgp_rim: add value strings for enum bssgp_rim_routing_info_discrPhilipp Maier1-0/+6
2021-01-22gprs_bssgp_rim: add value strings for enum bssgp_ran_inf_app_idPhilipp Maier1-0/+6
2021-01-22gprs_bssgp_rim: add value strings for enum bssgp_nacc_causePhilipp Maier1-0/+6
2021-01-19gprs_bssgp: add utilities to send and parse BSSGP rim PDUsPhilipp Maier2-0/+39
2021-01-18bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rimPhilipp Maier2-31/+30
2021-01-18bssgp_rim: add encoder/decoder for NACC related RIM containersPhilipp Maier1-0/+182
2021-01-06gsm_08_18: add struct to parse RIM PDU IndicationsPhilipp Maier1-0/+22
2021-01-04gprs_bssgp: add handling for BSSGP RIM primitivesPhilipp Maier1-0/+2
2020-12-22gprs_ns2: add new vty2Alexander Couzens1-0/+4
2020-12-17GPRS Cell Options (SI13): Add REL-4 CCN_ACTIVE bitPau Espin Pedrol1-1/+2
2020-12-16gprs_bssgp: add IE parser/generator for RIM Routing InformationPhilipp Maier2-0/+43
2020-12-15gprs_ns2: add gprs_ns2_fr_bind_role() to retrieve the fr roleAlexander Couzens1-0/+1
2020-12-15gprs_ns2: make nsvc argument constAlexander Couzens1-1/+1
2020-12-15gprs_ns2_sns: rework IP-SNS initial remoteAlexander Couzens1-3/+6
2020-12-15gprs_ns2: add gprs_ns2_free_nsvcs() to free all NS-VC of a NSEAlexander Couzens1-0/+1
2020-12-15gprs_ns2: rework gprs_ns2_fr_connect*()Alexander Couzens1-0/+4
2020-12-15gprs_ns2: add member name to bindAlexander Couzens1-0/+7
2020-12-15gprs_ns2: introduce NS dialectsAlexander Couzens1-5/+12
2020-12-09bssgp_bvc_fsm: Add basic BVC flow control rx/tx supportHarald Welte1-0/+5
2020-12-09bssgp2: Encoding + Decoding functions for BVC and MS flow controlHarald Welte2-0/+47
2020-12-09gb: Add beginnings of a new BSSGP implementationHarald Welte2-0/+92
2020-12-09logging: Introduce DLBSSGP logging constantHarald Welte1-1/+1
2020-12-08gsm_08_18.h: Add #defines for [extended] feature bitsHarald Welte1-0/+20
2020-12-08bssgp: Add osmo_tlv_prot_def for BSSGPHarald Welte1-1/+14
2020-12-06gsm_08_18.h: Add some PDU definitions still missingHarald Welte1-0/+19
2020-12-04bssgp: Fix typo in BSSGP Message Type enumHarald Welte1-1/+4
2020-12-02gsm_08_18.h: Update enums for message types and IEs with Release 15Harald Welte1-2/+123
2020-12-01cosmetic: frame_relay: Fix typosHarald Welte1-2/+2
2020-11-30gprs_ns2: Introduce gprs_ns2_lltype_str() for link layer nameHarald Welte1-0/+5
2020-11-24ns2: remove obsolete type GPRS_NS2_LL_E1Alexander Couzens1-1/+0
2020-11-24ns2: move link layer type into NSEAlexander Couzens1-1/+2
2020-11-24ns2: move LL into public apiAlexander Couzens1-0/+8
2020-11-24ns2: implement link sharing selectorAlexander Couzens1-0/+1
2020-11-24ns2: add support for frame relayAlexander Couzens2-0/+156