aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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 Welte3-0/+94
2020-12-09logging: Introduce DLBSSGP logging constantHarald Welte2-2/+3
2020-12-08tlv.h: Add msgb_tvlv_put_{16,32}be()Harald Welte1-0/+15
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-08tlv: Introduce enum with error codes for TLV parser functionsHarald Welte1-0/+10
2020-12-08Introduce 'osmo_tlv_prot' abstraction for validation of TLV protocolsHarald Welte1-0/+50
2020-12-07Include mnl.h iif --enable-libmnlPau Espin Pedrol1-1/+4
2020-12-06log2.h: Avoid redefining __always_inlineHarald Welte1-3/+2
2020-12-06log2.h: Use uintXX_t instead of kernel specific typesHarald Welte1-2/+3
2020-12-06hash/log2: Add generic implementations of fls() and fls64()Harald Welte1-0/+59
2020-12-06gsm_08_18.h: Add some PDU definitions still missingHarald Welte1-0/+19
2020-12-05Use explicit type-casting in hlist_del() for C++ compatibilityHarald Welte1-2/+2
2020-12-05core/linuxlist: do not use 'new' as a parameter nameVadim Yanitskiy1-4/+4
2020-12-05Add hlist and hashtable from Linux kernelHarald Welte5-0/+617
2020-12-04bssgp: Fix typo in BSSGP Message Type enumHarald Welte1-1/+4
2020-12-03ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receiveDaniel Willmann1-0/+2
2020-12-02gsm_08_18.h: Update enums for message types and IEs with Release 15Harald Welte1-2/+123
2020-12-02Integrate libmnl (minimal netlink) library with libosmocore select loopHarald Welte2-0/+23
2020-12-02logging: Calculate LOG_MAX_{CTX,FILTERS} from the enumDaniel Willmann1-10/+10
2020-12-01cosmetic: frame_relay: Fix typosHarald Welte1-2/+2
2020-12-01gsm: Add enum for Network Feature Support IEPau Espin Pedrol1-0/+1
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 Couzens3-0/+157
2020-11-20gsm_08_58: add rxqual field to RSL_IE_OSMO_REP_ACCH_CAPPhilipp Maier1-2/+4
2020-11-18bssgp: Input argument to bssgp_tlv_parse() should be 'const'Harald Welte1-1/+1
2020-11-17gsm_08_58: add struct for RSL_IE_OSMO_REP_ACCH_CAPPhilipp Maier1-0/+16
2020-11-17vty/command: add 'hidden only' VTY reference generation modeVadim Yanitskiy1-0/+2
2020-11-16bts_features: add feature BTS_FEAT_ACCH_REPPhilipp Maier1-0/+1
2020-11-13serial: Introduce API osmo_serial_speed_tPau Espin Pedrol1-0/+1
2020-11-12gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier2-0/+173
2020-11-11Revert "gsm_04_08: add parser for Mobile Station Classmark 3"Harald Welte2-173/+0
2020-11-11tdef: Introduce OSMO_TDEF_US unitPau Espin Pedrol1-0/+1
2020-11-10gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier2-0/+173
2020-11-09gsm_08_58: add proprietary IE to signal Repeated ACCH CapabilityPhilipp Maier1-0/+3
2020-11-09ns2: fixup gprs_ns2_prim_strsAlexander Couzens1-2/+2
2020-11-06ns2: Send NSVC representation in NS_AFF_CAUSE_VC_* status indicationDaniel Willmann1-0/+1
2020-11-06ns2: Add gprs_ns2_nsvc_state_name() to get the current state of a VCDaniel Willmann1-0/+3
2020-11-03Add exported function btsctx_alloc to public headerDaniel Willmann1-0/+2
2020-11-03libosmogb: Add a function to tx BVC RESET by nsei/bvciDaniel Willmann1-0/+1
2020-10-29gsm48: add missing RR cause value definitionsVadim Yanitskiy1-0/+3
2020-10-27gprs_ns2: convert gprs_ns2_cause_str into an static inlineAlexander Couzens1-1/+7
2020-10-27ns2: add value strings for ns2_affecting_cause_prim_str & ns2_prim_strAlexander Couzens1-0/+12
2020-10-25vty/command: fix: restrict the expert mode to the current sessionVadim Yanitskiy2-3/+3