aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-24application: do not document unrelated forward-declarationsVadim Yanitskiy1-6/+3
2020-10-23select: Migrate over to poll()Harald Welte1-0/+1
2020-10-23vty/command: introduce vty_dump_xml_ref_mode()Vadim Yanitskiy1-1/+14
2020-10-21vty: introduce the expert mode and a command to enable itVadim Yanitskiy2-1/+5
2020-10-19logging: introduce 'systemd-journal' targetVadim Yanitskiy1-0/+7
2020-10-19select: Introduce osmo_fd_{read,write}_{enable,disable}()Harald Welte1-0/+20
2020-10-17ns2: More verbose comments on gprs_ns2_vc_modeHarald Welte1-2/+7
2020-10-15gsm48_rest_octets: Add parser for SI4 rest octetsHarald Welte1-0/+3
2020-10-12add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_strAlexander Couzens1-0/+4
2020-10-12gprs_ns2: add gprs_ns2_ip_vc_equal()Alexander Couzens1-0/+4
2020-10-12gprs_ns2: add gprs_ns2_nse_foreach_nsvc()Alexander Couzens1-0/+5
2020-10-12gprs_ns2: gprs_ns2_ip_vc_remote() the nsvc can be also constAlexander Couzens1-1/+1
2020-10-12gprs_ns2: add gprs_ns2_nse_sns_remote() returns the initial SNS addressAlexander Couzens1-0/+1
2020-10-12gprs_ns2: add gprs_ns2_ip_vc_local() return the local sockaddrAlexander Couzens1-0/+1
2020-10-12gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remoteAlexander Couzens1-1/+1
2020-10-12gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bin...Alexander Couzens1-2/+2
2020-10-12gprs_ns2: add gprs_ns2_free_nses() to free all NS-EAlexander Couzens1-0/+1
2020-10-12gprs_ns2: add gprs_ns2_free_binds() to free all bindsAlexander Couzens1-0/+1
2020-10-12gprs_ns2: add gprs_ns2_nse_nsei() to get the nsei of a nseAlexander Couzens1-0/+1
2020-10-12gprs_ns2: add gprs_ns2_ip_bind_by_sockaddr() to search for binds by sockaddrAlexander Couzens1-0/+2
2020-10-09gprs_ns2: make struct osmo_sockaddr pointers constVadim Yanitskiy1-9/+10
2020-10-09socket: make the arguments of osmo_sockaddr_cmp() constVadim Yanitskiy1-1/+2
2020-10-08command: add library command attribute for libosmo-abisPhilipp Maier1-0/+2
2020-10-07add BSSMAP coding for Location ServicesNeels Hofmeyr2-0/+53
2020-10-07add BSSMAP-LE coding for Location ServicesNeels Hofmeyr3-0/+233
2020-10-07add BSSLAP coding for Location ServicesNeels Hofmeyr4-0/+243
2020-10-07add GAD coding for Location ServicesNeels Hofmeyr3-0/+364
2020-10-07add osmo_float_str_to_int() and osmo_int_to_float_str_*()Neels Hofmeyr1-0/+4
2020-10-07vty/command: restrict the use of '.', '!', and '@' as flagsVadim Yanitskiy1-0/+3
2020-10-06vty: introduce and use VTY_CMD_USR_ATTR_NUMVadim Yanitskiy1-2/+5
2020-10-06command: add library command attribute for libosmo-sccpPhilipp Maier1-0/+1
2020-10-06vty/command: introduce API for the library specific attributesVadim Yanitskiy1-0/+15
2020-10-06vty/command: add CMD_ATTR_LIB_COMMAND and install() API wrappersVadim Yanitskiy1-0/+3
2020-10-06vty/command: add global command attribute CMD_ATTR_NODE_EXITVadim Yanitskiy1-0/+1
2020-10-05ns2: vty: allow the users (pcu/sgsn) to set a default bindAlexander Couzens1-1/+2
2020-10-03ns2: status ind: add additional flags (first and persistent)Alexander Couzens1-0/+6
2020-09-30gsm_12_21: add osmo_oml_nsvc_address_type for OML NM_ATT_OSMO_NS_LINK_CFGAlexander Couzens1-0/+7
2020-09-29write_queue: Add osmo_wqueue_enqueue_quiet()Harald Welte1-0/+1