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-15
socket.c v4/v6 error log
neels/lcs
Neels Hofmeyr
2
-5
/
+21
2020-10-15
new_fsm fu
Neels Hofmeyr
1
-10
/
+14
2020-10-15
add contrib/new_fsm.py
Neels Hofmeyr
1
-0
/
+213
2020-10-15
add contrib/ladder_to_msc.py
Neels Hofmeyr
3
-0
/
+464
2020-10-15
gad.c: fix rc for osmo_gad_enc_ell_point_unc_circle()
Neels Hofmeyr
1
-1
/
+1
2020-10-15
gad.c: try to workaround warning for "h.type >= 0"
Neels Hofmeyr
1
-2
/
+2
2020-10-13
contrib: jenkins: Enable parallel make in make distcheck
Pau Espin Pedrol
1
-1
/
+1
2020-10-13
gsm: Fix make distcheck with parallel make
Pau Espin Pedrol
2
-1
/
+4
2020-10-12
add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_str
Alexander Couzens
4
-0
/
+151
2020-10-12
gprs_ns2: add gprs_ns2_ip_vc_equal()
Alexander Couzens
3
-0
/
+39
2020-10-12
cosmetic: vty: Fix trailing whitespace
Pau Espin Pedrol
1
-1
/
+1
2020-10-12
vty: Fix left shifting out of range on signed variable
Pau Espin Pedrol
1
-3
/
+3
2020-10-12
gprs_ns2: Partial revert 48f63867 allow to create NS_ALIVE NSVC
Alexander Couzens
1
-15
/
+10
2020-10-12
gprs_ns2: add gprs_ns2_nse_foreach_nsvc()
Alexander Couzens
3
-0
/
+28
2020-10-12
gprs_ns2: gprs_ns2_ip_vc_remote() the nsvc can be also const
Alexander Couzens
2
-2
/
+2
2020-10-12
gprs_ns2: add gprs_ns2_nse_sns_remote() returns the initial SNS address
Alexander Couzens
3
-0
/
+17
2020-10-12
gprs_ns2: add gprs_ns2_ip_vc_local() return the local sockaddr
Alexander Couzens
3
-0
/
+19
2020-10-12
gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remote
Alexander Couzens
6
-10
/
+10
2020-10-12
gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bin...
Alexander Couzens
5
-12
/
+14
2020-10-12
gprs_ns2: add gprs_ns2_free_nses() to free all NS-E
Alexander Couzens
3
-6
/
+12
2020-10-12
gprs_ns2: add gprs_ns2_free_binds() to free all binds
Alexander Couzens
3
-4
/
+12
2020-10-12
gprs_ns2: add gprs_ns2_nse_nsei() to get the nsei of a nse
Alexander Couzens
3
-0
/
+11
2020-10-12
gprs_ns2: gprs_ns2_ip_bind() check if the bind already exists
Alexander Couzens
1
-1
/
+8
2020-10-12
gprs_ns2: add gprs_ns2_ip_bind_by_sockaddr() to search for binds by sockaddr
Alexander Couzens
3
-0
/
+29
2020-10-12
gprs_ns2: fix empty prefix in TLV Parse error
Alexander Couzens
1
-4
/
+4
2020-10-12
gprs_ns2: fix SNS_ADD for IPv4
Alexander Couzens
1
-1
/
+1
2020-10-10
gprs_ns2: gprs_ns2_free(): add missing talloc_free
Alexander Couzens
1
-0
/
+2
2020-10-09
doc tweaks for osmo_float_str_to_int(), osmo_int_to_float_str*()
Neels Hofmeyr
1
-2
/
+10
2020-10-09
gprs_ns2: make struct osmo_sockaddr pointers const
Vadim Yanitskiy
7
-22
/
+26
2020-10-09
socket: make the arguments of osmo_sockaddr_cmp() const
Vadim Yanitskiy
2
-2
/
+4
2020-10-09
gprs_ns2: Fix parsing of SNS-{ADD,DEL,CHANGE_WEIGHT}
Harald Welte
1
-2
/
+2
2020-10-09
gprs_ns2_udp: Avoid dangling freed struct in list if binding fails
Pau Espin Pedrol
1
-2
/
+1
2020-10-09
osmo_float_str_to_int: When using strtoll(), use LLONG_{MAX,MIN}
Harald Welte
1
-2
/
+2
2020-10-09
bssmap_le/bsslap tests: We must use %td for ptrdiff_t printing
Harald Welte
2
-9
/
+9
2020-10-08
command: add library command attribute for libosmo-abis
Philipp Maier
3
-0
/
+10
2020-10-08
bssgp: Don't include RA-ID in BVC-RESET for BVCI=0 (signalling)
Harald Welte
1
-1
/
+10
2020-10-07
add BSSMAP coding for Location Services
Neels Hofmeyr
4
-0
/
+158
2020-10-07
add BSSMAP-LE coding for Location Services
Neels Hofmeyr
10
-1
/
+1320
2020-10-07
add BSSLAP coding for Location Services
Neels Hofmeyr
11
-1
/
+698
2020-10-07
add GAD coding for Location Services
Neels Hofmeyr
10
-1
/
+1030
2020-10-07
add osmo_float_str_to_int() and osmo_int_to_float_str_*()
Neels Hofmeyr
4
-0
/
+1000
2020-10-07
gprs_ns2_vty_create: remove bind pointer check
Alexander Couzens
1
-10
/
+8
2020-10-07
vty: fix vty_dump_element(): do not print empty <attributes>
Vadim Yanitskiy
1
-1
/
+5
2020-10-07
vty/command: restrict the use of '.', '!', and '@' as flags
Vadim Yanitskiy
5
-0
/
+27
2020-10-07
vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT}
Vadim Yanitskiy
2
-17
/
+57
2020-10-07
tests/vty: verify 'show vty-attributes' / 'list' commands
Vadim Yanitskiy
2
-0
/
+157
2020-10-07
vty/command: print attribute flags in the output of 'list'
Vadim Yanitskiy
1
-2
/
+79
2020-10-07
vty/command: introduce a command to list attributes
Vadim Yanitskiy
1
-0
/
+97
2020-10-06
vty: introduce and use VTY_CMD_USR_ATTR_NUM
Vadim Yanitskiy
1
-2
/
+5
2020-10-06
command: add library command attribute for libosmo-sccp
Philipp Maier
2
-0
/
+4
[next]