index
:
libosmocore
35c3
achemeris/sms-fixes
achemeris/sms-validity
cccamp2019
daniel/gb-sns
daniel/gbproxy-ns2
daniel/ns2
daniel/onwaves
daniel/scts-fixes
daniel/tracing
debian
fairwaves/ip-gb
fairwaves/production
jerlbeck/msgb-validation
jerlbeck/ns-48016-mods
jolly/7bit_ussd
laforge/c-ares
laforge/cbch
laforge/context
laforge/csd
laforge/gb-test
laforge/gprs-ns-instances
laforge/gs
laforge/it_msgq
laforge/it_q
laforge/iu_up
laforge/lapd
laforge/notls-hack
laforge/ns2
laforge/nuttx
laforge/sock2
laforge/usdt
lynxis/ns2_vty
master
mmcternan/bb_maint
neels/contrib
neels/fake_stats
neels/gsm-shark
neels/ladder
neels/lcs
neels/log_functions
neels/misc
neels/mscpool
neels/mslookup
neels/static_strings
neels/voicecall-shark
nrw/litecell15-merge
osmith/new-osmo-sock-functions
pespin/egprs
pespin/modbus
pespin/nacc
pespin/ns2
pespin/tmp-works
pmaier/amrmangle
pmaier/mgw
pmaier/rbs2000
pmaier/rim2
pmaier/rim3
pmaier/test_16102018
sylvain/security
sysmocom/shared/log-speed
user/kluchnikov/gb-sns-hack
zecke/aes-ubsan
zecke/ancient/debian6.0
zecke/osmo-sip-connector
zecke/packages/wip
zecke/pre-release/0.9.3-t4
zecke/release/0.7-dev
Common library for all Osmocom projects
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-06
vty/command: introduce API for the library specific attributes
Vadim Yanitskiy
2
-3
/
+63
2020-10-06
vty: use install_lib_element() and install_lib_element_ve()
Vadim Yanitskiy
12
-193
/
+193
2020-10-06
vty/command: add CMD_ATTR_LIB_COMMAND and install() API wrappers
Vadim Yanitskiy
2
-0
/
+21
2020-10-06
vty/command: add global command attribute CMD_ATTR_NODE_EXIT
Vadim Yanitskiy
2
-0
/
+2
2020-10-06
vty: check for reserved flags in application specific attributes
Vadim Yanitskiy
3
-0
/
+12
2020-10-05
ns2: vty: on `show ns` add information of NS binds
Alexander Couzens
3
-1
/
+44
2020-10-05
ns2: vty: allow the users (pcu/sgsn) to set a default bind
Alexander Couzens
2
-2
/
+11
2020-10-04
vty: check for duplicate flags in application specific attributes
Vadim Yanitskiy
3
-0
/
+36
2020-10-04
tests: do not ignore stderr of vty_test, also match it
Vadim Yanitskiy
3
-2
/
+64
2020-10-03
ns2: vty: show all nse
Alexander Couzens
1
-1
/
+0
2020-10-03
ns2: status ind: add additional flags (first and persistent)
Alexander Couzens
3
-0
/
+14
2020-10-03
ns2: refactor ns2_prim_status_ind()
Alexander Couzens
3
-16
/
+12
2020-10-01
ns2: parse the return code of gprs_ns2_ip_bind
Alexander Couzens
1
-2
/
+1
2020-09-30
osmo_use_count_to_str: make robust against unused use_count
Neels Hofmeyr
1
-0
/
+5
2020-09-30
gsm_12_21: add osmo_oml_nsvc_address_type for OML NM_ATT_OSMO_NS_LINK_CFG
Alexander Couzens
1
-0
/
+7
2020-09-29
logging: Introduce MAX_LOG_SIZE for the magic number 4096
Harald Welte
1
-1
/
+4
2020-09-29
logging_vty: set osmo_stderr_target to NULL on "no log stderr"
Harald Welte
1
-0
/
+2
2020-09-29
write_queue: Re-enqueue msgb if write_cb returns -EAGAIN
Harald Welte
1
-3
/
+8
2020-09-29
write_queue: use msgb_{en,de}queue_count()
Harald Welte
1
-6
/
+3
2020-09-29
write_queue: Add osmo_wqueue_enqueue_quiet()
Harald Welte
2
-5
/
+19
2020-09-28
vty/command: reflect global attributes in the XML reference
Vadim Yanitskiy
1
-0
/
+26
2020-09-28
vty/command: introduce new attribute CMD_ATTR_IMMEDIATE
Vadim Yanitskiy
1
-0
/
+1
2020-09-27
cosmetic: Fix typo in API doc
Pau Espin Pedrol
1
-1
/
+1
2020-09-26
ns2: fix a msg leak when receiving REJECTED messages
Alexander Couzens
2
-4
/
+4
2020-09-25
gprs_ns2: Make reason const
Daniel Willmann
2
-3
/
+3
2020-09-25
ns2: refactor handle_nsip_read/handle_nsfrgre_read
Alexander Couzens
2
-12
/
+6
2020-09-25
ns2: vty: fix behavior of vtyvc_by_nsei when vtyvc isn't found
Alexander Couzens
1
-7
/
+8
2020-09-25
ns2: ns2_recv_vc: remove unused parameter nsi
Alexander Couzens
4
-11
/
+8
2020-09-25
ns2: refactor nsvc_by_ functions
Alexander Couzens
4
-19
/
+14
2020-09-25
ns2: check the specific bit of NS SDU Control bits
Alexander Couzens
1
-1
/
+2
2020-09-24
ns2: vty: add missing docs for IPv6 address
Alexander Couzens
1
-3
/
+6
2020-09-25
ns2: remove bssgp specific msgb->cb parts
Alexander Couzens
1
-3
/
+3
2020-09-24
gb/gprs_bssgb: ensure the fc timer has been stopped when freeing bssgp_bvc
Alexander Couzens
1
-0
/
+2
2020-09-24
gb/gprs_bssgb: check if talloc failed on btsctx->fc
Alexander Couzens
1
-4
/
+12
2020-09-22
vty: cosmetic: fix missing curly braces in vty_describe_command()
Vadim Yanitskiy
1
-2
/
+4
2020-09-22
vty: cosmetic: s/width/cmd_width/g in vty_describe_command()
Vadim Yanitskiy
1
-10
/
+10
2020-09-22
vty: cosmetic: drop redundant 'break' statements
Vadim Yanitskiy
1
-2
/
+0
2020-09-22
osmo_strlcpy: Clarify length calculation
Pau Espin Pedrol
1
-1
/
+1
2020-09-22
osmo_strlcpy: Avoid calling memcpy with size=0
Pau Espin Pedrol
1
-2
/
+2
2020-09-21
gsm_08_16.h: Add missing header
Daniel Willmann
1
-0
/
+1
2020-09-20
vty: print program specific attributes in the XML reference
Vadim Yanitskiy
1
-1
/
+26
2020-09-20
vty: add program specific attributes to VTY commands
Vadim Yanitskiy
3
-1
/
+34
2020-09-20
add osmo_use_count_to_str_c()
Neels Hofmeyr
2
-1
/
+27
2020-09-18
gprs_ns2: Mark gprs_ns2_validate_* as static
Harald Welte
1
-5
/
+5
2020-09-18
ns2: Use NULL and not '0' when returning a NULL-Pointer
Harald Welte
1
-1
/
+1
2020-09-18
ns2: Improve/extend doxygen comments for new ns2 implementation
Harald Welte
6
-126
/
+197
2020-09-18
ipaccess.h: Add more enum values and 'official' names
Harald Welte
1
-14
/
+23
2020-09-18
gsm0808: fix: do not encode invalid encryption algorithm
Vadim Yanitskiy
1
-7
/
+9
2020-09-18
gprs_ns2_sns: Fix compilation on Debian 8
Harald Welte
1
-10
/
+16
2020-09-15
libgb/ns: allow to create NS_ALIVE NSVC
Alexander Couzens
1
-13
/
+28
[prev]
[next]