aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-20gsm_08_58: add rxqual field to RSL_IE_OSMO_REP_ACCH_CAPPhilipp Maier1-2/+4
2020-11-20ns2: Add a VTY command to reset NSVC FSMDaniel Willmann1-0/+33
2020-11-20ns2: Add a function to set the NSVC FSM back to unconfiguredDaniel Willmann2-17/+40
2020-11-20ns2: Split 'initiater' into initiate_{reset,block}Daniel Willmann1-21/+28
2020-11-20ns2: check if ns_vc_alloc() fails in bind_connect()Alexander Couzens1-0/+3
2020-11-20bts_features: add missing description for BTS_FEAT_ACCH_REPVadim Yanitskiy1-0/+1
2020-11-18bssgp: Input argument to bssgp_tlv_parse() should be 'const'Harald Welte1-1/+1
2020-11-17card_fs_usim: Add definitions of DF.ProSe and DF.ACDCHarald Welte1-0/+42
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 Yanitskiy2-1/+11
2020-11-16bts_features: add feature BTS_FEAT_ACCH_REPPhilipp Maier1-0/+1
2020-11-15tests: Fix tdef_test on 32bit platformsPau Espin Pedrol2-9/+9
2020-11-15Revert "tests: Fix tdef_test on 32bit platforms"Pau Espin Pedrol2-6/+6
2020-11-13serial: Introduce API osmo_serial_speed_tPau Espin Pedrol2-0/+36
2020-11-13serial: Log error if tcgetattr() or tcsetattr() failPau Espin Pedrol1-4/+9
2020-11-13serial: Fix typo in debug log linePau Espin Pedrol1-1/+1
2020-11-13cosmetic: serial: Fix typo in commentPau Espin Pedrol1-1/+1
2020-11-13bitvec: Fix left shifting out of range on signed variablePau Espin Pedrol1-1/+1
2020-11-12gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier6-0/+960
2020-11-12tests: Fix tdef_test on 32bit platformsPau Espin Pedrol2-6/+6
2020-11-11Revert "gsm_04_08: add parser for Mobile Station Classmark 3"Harald Welte6-960/+0
2020-11-11tdef: Introduce OSMO_TDEF_US unitPau Espin Pedrol4-2/+49
2020-11-10gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier6-0/+960
2020-11-10card_fs_usim.c: Add support for DF.5GS directoryHarald Welte1-0/+26
2020-11-09gsm_08_58: add proprietary IE to signal Repeated ACCH CapabilityPhilipp Maier2-0/+4
2020-11-09ns2: fixup gprs_ns2_prim_strsAlexander Couzens2-3/+3
2020-11-09vty: Mark cpu_sched_vty commands with attr immediatePau Espin Pedrol1-4/+6
2020-11-06ns2: Improve NSVC outputDaniel Willmann1-33/+1
2020-11-06ns2: Send NSVC representation in NS_AFF_CAUSE_VC_* status indicationDaniel Willmann5-7/+17
2020-11-06ns2: Add gprs_ns2_nsvc_state_name() to get the current state of a VCDaniel Willmann3-0/+12
2020-11-03libosmocore: change the memory management of NS2Alexander Couzens3-16/+34
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 Willmann4-22/+40
2020-10-29gsm48: add missing RR cause value definitionsVadim Yanitskiy2-0/+6
2020-10-29fix spelling in 'value_string' arrays: existAnt -> existEntVadim Yanitskiy3-4/+4
2020-10-27gprs_ns2: convert gprs_ns2_cause_str into an static inlineAlexander Couzens3-10/+9
2020-10-27ns2: add value strings for ns2_affecting_cause_prim_str & ns2_prim_strAlexander Couzens3-0/+31
2020-10-27gprs_ns2: remove the nsvc fsm timer when cleaning up the fsmAlexander Couzens1-1/+9
2020-10-27gb: ns2_sns: Add missing value_string entry for GPRS_SNS_EV_NO_NSVCPau Espin Pedrol1-0/+1
2020-10-27gb: ns2_sns: Fix missing trailing newline char in log linePau Espin Pedrol1-1/+1
2020-10-25vty/command: fix: restrict the expert mode to the current sessionVadim Yanitskiy3-20/+41
2020-10-24application: do not document unrelated forward-declarationsVadim Yanitskiy1-6/+3
2020-10-23select: Migrate over to poll()Harald Welte4-3/+164
2020-10-23vty/command: add CMD_ATTR_HIDDEN to CMD_ATTR_PUBLIC_MASKVadim Yanitskiy1-1/+1
2020-10-23vty/command: introduce vty_dump_xml_ref_mode()Vadim Yanitskiy2-2/+53
2020-10-21vty/command: make some 'struct cmd_element' pointers constVadim Yanitskiy1-13/+9
2020-10-21lapdm: Allow SABM L=0 in Timer Recovery StatePau Espin Pedrol1-0/+17
2020-10-21lapdm: Split lapd_rx_u() spaghetti into one function per message typePau Espin Pedrol1-365/+414
2020-10-21lapdm: Drop log lines printing fmt=BPau Espin Pedrol1-4/+0
2020-10-21vty: introduce the expert mode and a command to enable itVadim Yanitskiy5-13/+126